home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff290.lzh / KillReq / src / system.h < prev    next >
C/C++ Source or Header  |  1989-12-11  |  293b  |  11 lines

  1. /* Include file for killreq.c - compiled seperately if using Lattice C V5 */
  2.  
  3. #include <exec/types.h>
  4. #include <exec/memory.h>
  5. #include <intuition/intuition.h>
  6. #include <intuition/intuitionbase.h>
  7. #include <proto/exec.h>
  8. #include <proto/dos.h>
  9. #include <proto/intuition.h>
  10. #include <string.h>
  11.