home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0400 / CCE_0423.ZIP / CCE_0423.PD / GPINCL13.ZOO / osfcn.h < prev    next >
C/C++ Source or Header  |  1992-10-01  |  236b  |  17 lines

  1.  
  2. #ifndef OSFCN_H
  3. #define OSFCN_H 1
  4.  
  5. #include <std.h>
  6. #include <time.h>
  7. #include <sys/types.h>
  8. #if _G_HAVE_SYS_SOCKET
  9. #include <sys/socket.h>
  10. #endif
  11. #include <sys/time.h>
  12. #if _G_HAVE_SYS_RESOURCE
  13. #include <sys/resource.h>
  14. #endif
  15.  
  16. #endif
  17.