home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / unshar-1.4.lzh / src / system.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-13  |  194 b   |  12 lines

  1. /* Includes files for unshar.c */
  2.  
  3. #include <exec/types.h>
  4.  
  5. #ifdef AZTEC_C
  6. #include <clib/exec_protos.h>
  7. #include <clib/dos_protos.h>
  8. #else
  9. #include <proto/exec.h>
  10. #include <proto/dos.h>
  11. #endif
  12.