home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Headers / bsd / dirent.h < prev    next >
C/C++ Source or Header  |  1993-01-20  |  312b  |  14 lines

  1. /* Copyright 1993 NeXT Computer, Inc. - WMG */
  2.  
  3. #ifndef _DIRENT_H
  4. #define _DIRENT_H
  5.  
  6. #include <standards.h>
  7.  
  8. #ifdef _POSIX_SOURCE
  9.     #include <sys/dir.h>        /* for struct DIR and */
  10.                     /* function declarations. */
  11.     #include <sys/dirent.h>        /* for struct dirent */
  12. #endif /* _POSIX_SOURCE */
  13. #endif /* _DIRENT_H */
  14.