Changeset 2992 for branches


Ignore:
Timestamp:
Apr 6, 2007, 8:35:42 PM (18 years ago)
Author:
bird
Message:

include the right types.h. Fixes #141.

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  
    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
  • branches/libc-0.6/src/emx/include/resolv.h

    r1994 r2992  
    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>
  • branches/libc-0.6/src/emx/include/sys/param.h

    r1939 r2992  
    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.