home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_c / flex.lzh / FLEX / FLEX2 / MISC.C.DIFF < prev    next >
Encoding:
Text File  |  1991-08-16  |  118 b   |  9 lines

  1. 223c223,227
  2. < #include <sys/types.h>
  3. ---
  4. > #ifdef AMIGA
  5. > #include <time.h>
  6. > #else
  7. > #include <sys/types.h>
  8. > #endif
  9.