home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / pOSxA.lzx / pOSxA / exec / initializers.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-12  |  318 b   |  15 lines

  1. #ifndef    EXEC_INITIALIZERS_H
  2. #define    EXEC_INITIALIZERS_H
  3.  
  4. /*******************************************************************
  5.  pOS / Amiga adapt
  6. *******************************************************************/
  7.  
  8. #ifndef EXEC_TYPES_H
  9. #include <exec/types.h>
  10. #endif
  11.  
  12.  #error nothing
  13.  
  14. #endif /* EXEC_INITIALIZERS_H */
  15.