|
Lines 47-59
Link Here
|
| 47 |
#if defined (__SVR4) && defined (__sun) |
47 |
#if defined (__SVR4) && defined (__sun) |
| 48 |
# include <sys/int_types.h> |
48 |
# include <sys/int_types.h> |
| 49 |
#else |
49 |
#else |
| 50 |
# include <stdint.h> |
50 |
# if defined(HAVE_STDINT_H) |
|
|
51 |
# include <stdint.h> |
| 52 |
# else |
| 53 |
# include <inttypes.h> |
| 54 |
# endif |
| 51 |
#endif |
55 |
#endif |
| 52 |
|
56 |
|
|
|
57 |
#include <sys/types.h> |
| 53 |
#if defined(__FreeBSD__) |
58 |
#if defined(__FreeBSD__) |
| 54 |
#include <machine/param.h> |
59 |
#include <machine/param.h> |
| 55 |
#endif |
60 |
#endif |
| 56 |
#include <sys/types.h> |
|
|
| 57 |
#include <sys/ipc.h> |
61 |
#include <sys/ipc.h> |
| 58 |
#include <sys/shm.h> |
62 |
#include <sys/shm.h> |
| 59 |
#include <sys/time.h> |
63 |
#include <sys/time.h> |