Changeset 2991
- Timestamp:
- Apr 3, 2007, 11:08:41 PM (18 years ago)
- Location:
- trunk/libc/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/include/arpa/nameser.h
r1739 r2991 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 -
trunk/libc/include/resolv.h
r1994 r2991 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> -
trunk/libc/include/sys/param.h
r1939 r2991 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.