Changeset 2991


Ignore:
Timestamp:
Apr 3, 2007, 11:08:41 PM (18 years ago)
Author:
bird
Message:

#include <types.h> -> #include (../)types.h to avoid trouble with project types.h files.

Location:
trunk/libc/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/include/arpa/nameser.h

    r1739 r2991  
    4747#include <machine/endian.h>     /* BYTE ORDER etc. */
    4848#ifndef TCPV40HDRS
    49 #include <types.h>
     49#include "../types.h" /* #include <types.h> frequently includes the wrong header. */
    5050#include <sys/cdefs.h>
    5151#endif
  • trunk/libc/include/resolv.h

    r1994 r2991  
    6666#ifndef TCPV40HDRS
    6767#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. */
    6969#include <sys/types.h>
    7070#include <sys/cdefs.h>
  • trunk/libc/include/sys/param.h

    r1939 r2991  
    4747
    4848#ifndef LOCORE
    49 #include <types.h>
     49#include "../types.h" /* #include <types.h> frequently includes the wrong header. */
    5050#endif
    5151#include <sys/syslimits.h>
Note: See TracChangeset for help on using the changeset viewer.