Changes the location of libltdl.h
This commit was SVN r880.
Этот коммит содержится в:
родитель
aa8ef8bd0a
Коммит
c9025b0873
@ -5,7 +5,7 @@
|
||||
#ifndef MCA_BASE_H
|
||||
#define MCA_BASE_H
|
||||
|
||||
#include "mca/ltdl.h"
|
||||
#include "libltdl/ltdl.h"
|
||||
|
||||
/*
|
||||
* These units are large enough to warrant their own .h files
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
/* Ensure to get the right <ltdl.h> */
|
||||
#include "mca/ltdl.h"
|
||||
#include "libltdl/ltdl.h"
|
||||
|
||||
#include "constants.h"
|
||||
#include "util/output.h"
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
/* Ensure to get the right <ltdl.h> */
|
||||
#include "mca/ltdl.h"
|
||||
#include "libltdl/ltdl.h"
|
||||
|
||||
#include "constants.h"
|
||||
#include "lfc/lam_list.h"
|
||||
|
@ -20,6 +20,7 @@
|
||||
#endif
|
||||
|
||||
struct lam_fd_set_t {
|
||||
int i;
|
||||
uint32_t fds_bits[LAM_FD_SETSIZE / NFDBITS];
|
||||
};
|
||||
typedef struct lam_fd_set_t lam_fd_set_t;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user