IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30889


Ignore:
Timestamp:
Mar 13, 2011, 5:06:10 PM (15 years ago)
Author:
eugene
Message:

replacing netinet/ip.h with netinet/in.h (supposed to be more general)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/Ohana/src/libkapa/include/kapa.h

    r29938 r30889  
    33
    44/* linux is happy with this, not solaris */
    5 # include <netinet/ip.h>
     5//# include <netinet/in_systm.h>
     6//# include <netinet/ip.h>
     7
     8# include <sys/types.h>
     9# include <sys/socket.h>
     10# include <netinet/in.h>
    611# include <netdb.h>
    712# include <arpa/inet.h>
    813
    9 # include <sys/types.h>
    10 # include <sys/socket.h>
    1114# include <X11/Xlib.h>
    1215# include <png.h>
Note: See TracChangeset for help on using the changeset viewer.