home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / DELETE / LINUX / DELETE. < prev    next >
Encoding:
Text File  |  1998-07-24  |  223 b   |  11 lines

  1. --- delete.c.rtr    Tue Feb 11 14:29:14 1997
  2. +++ delete.c    Tue Feb 11 14:31:59 1997
  3. @@ -16,6 +16,7 @@
  4.  
  5.  #include <sys/types.h>
  6.  #include <stdio.h>
  7. +#include <unistd.h>
  8.  #ifdef POSIX
  9.  #include <dirent.h>
  10.  #define direct dirent
  11.