- Timestamp:
- Apr 6, 2007, 8:35:42 PM (18 years ago)
- Location:
- branches/libc-0.6/src/emx/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/include/arpa/nameser.h
r1739 r2992 47 47 #include <machine/endian.h> /* BYTE ORDER etc. */ 48 48 #ifndef TCPV40HDRS 49 #include <types.h>49 #include "../types.h" /* #include <types.h> frequently includes the wrong header. */ 50 50 #include <sys/cdefs.h> 51 51 #endif -
branches/libc-0.6/src/emx/include/resolv.h
r1994 r2992 66 66 #ifndef TCPV40HDRS 67 67 #include <sys/param.h> 68 #include <types.h> /* bird - IBM header fancies this one*/68 #include "types.h" /* bird - IBM fancy - #include <types.h> frequently includes the wrong header. */ 69 69 #include <sys/types.h> 70 70 #include <sys/cdefs.h> -
branches/libc-0.6/src/emx/include/sys/param.h
r1939 r2992 47 47 48 48 #ifndef LOCORE 49 #include <types.h>49 #include "../types.h" /* #include <types.h> frequently includes the wrong header. */ 50 50 #endif 51 51 #include <sys/syslimits.h>
Note:
See TracChangeset
for help on using the changeset viewer.