1
1
openmpi/src/lam.h
David Daniel e572fbb128 Removing explicit references to stdint.h
This commit was SVN r882.
2004-03-17 19:22:14 +00:00

16 строки
183 B
C

/*
* $HEADER$
*/
#ifndef LAM_H
#define LAM_H
#include <sys/types.h>
#include <sys/socket.h>
#include "lam_config.h"
#include "types.h"
#include "constants.h"
#endif /* LAM_H */