myosfcn.h
Go to the documentation of this file.
1 
5 #ifndef OSFCN_H
6 #define OSFCN_H 1
7 
8 /*#include <std.h>*/
9 #include <time.h>
10 #include <sys/types.h>
11 
12 #if _G_HAVE_SYS_SOCKET
13 #include <sys/socket.h>
14 #endif
15 #if _G_HAVE_SYS_RESOURCE
16 #include <sys/time.h>
17 #include <sys/resource.h>
18 #endif
19 
20 
21 #endif /* OSFCN_H */