| Revision 1.1 |
Revision 1.3 |
| Line 29 |
Line 29 |
/* mandatory system headers */ #include <stdio.h> #include <stdlib.h> 
|
/* mandatory system headers */ #include <stdio.h> #include <stdlib.h> 
|
| |
#include <stdint.h>
|
#include <stdarg.h> #include <string.h> #include <setjmp.h>
|
#include <stdarg.h> #include <string.h> #include <setjmp.h>
|
| Line 53 |
Line 54 |
#define _PTH_PRIVATE #include "pth.h" #undef _PTH_PRIVATE
|
#define _PTH_PRIVATE #include "pth.h" #undef _PTH_PRIVATE
|
| |
#ifdef USE_EPOLL
#include <sys/epoll.h>
#include <assert.h>
#endif
|
/* autoconf defines and macros */ #include "pth_acdef.h"
|
/* autoconf defines and macros */ #include "pth_acdef.h"
|
| Line 130 |
Line 136 |
#endif /* _PTH_P_H_ */
|
#endif /* _PTH_P_H_ */
|