home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / GLIMPSE / ALPHA / GLIMPSE. next >
Encoding:
Text File  |  1998-07-24  |  544 b   |  21 lines

  1. --- compress/cast.c.rtr    Fri Nov 22 18:15:13 1996
  2. +++ compress/cast.c    Sat Feb  8 09:54:22 1997
  3. @@ -7,6 +7,7 @@
  4.   */
  5.  
  6.  #include "defs.h"
  7. +#include <dirent.h>
  8.  #include <sys/time.h>
  9.  #if defined(__NeXT__)
  10.                                        /* NeXT has no <utime.h> */
  11. --- compress/uncast.c.rtr    Fri Nov 22 18:15:14 1996
  12. +++ compress/uncast.c    Sat Feb  8 09:54:47 1997
  13. @@ -7,6 +7,7 @@
  14.   */
  15.  
  16.  #include "defs.h"
  17. +#include <dirent.h>
  18.  #include <sys/time.h>
  19.  #if defined(__NeXT__)
  20.                                        /* NeXT has no <utime.h> */
  21.