00001 00002 #ifndef OSFCN_H 00003 #define OSFCN_H 1 00004 00005 /*#include <std.h>*/ 00006 #include <time.h> 00007 #include <sys/types.h> 00008 00009 #if _G_HAVE_SYS_SOCKET 00010 #include <sys/socket.h> 00011 #endif 00012 #if _G_HAVE_SYS_RESOURCE 00013 #include <sys/time.h> 00014 #include <sys/resource.h> 00015 #endif 00016 00017 00018 #endif /* OSFCN_H */