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

include the right types.h. Fixes #141.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.