1
1

Changes the location of libltdl.h

This commit was SVN r880.
Этот коммит содержится в:
Jeff Squyres 2004-03-17 19:14:14 +00:00
родитель aa8ef8bd0a
Коммит c9025b0873
4 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -5,7 +5,7 @@
#ifndef MCA_BASE_H #ifndef MCA_BASE_H
#define 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 * These units are large enough to warrant their own .h files

Просмотреть файл

@ -10,7 +10,7 @@
#include <stdlib.h> #include <stdlib.h>
/* Ensure to get the right <ltdl.h> */ /* Ensure to get the right <ltdl.h> */
#include "mca/ltdl.h" #include "libltdl/ltdl.h"
#include "constants.h" #include "constants.h"
#include "util/output.h" #include "util/output.h"

Просмотреть файл

@ -10,7 +10,7 @@
#include <stdio.h> #include <stdio.h>
/* Ensure to get the right <ltdl.h> */ /* Ensure to get the right <ltdl.h> */
#include "mca/ltdl.h" #include "libltdl/ltdl.h"
#include "constants.h" #include "constants.h"
#include "lfc/lam_list.h" #include "lfc/lam_list.h"

Просмотреть файл

@ -20,6 +20,7 @@
#endif #endif
struct lam_fd_set_t { struct lam_fd_set_t {
int i;
uint32_t fds_bits[LAM_FD_SETSIZE / NFDBITS]; uint32_t fds_bits[LAM_FD_SETSIZE / NFDBITS];
}; };
typedef struct lam_fd_set_t lam_fd_set_t; typedef struct lam_fd_set_t lam_fd_set_t;