Ignore:
Timestamp:
Feb 1, 2007 12:33:12 AM (17 years ago)
Author:
bennylp
Message:

Implement ticket #83: socket TOS abstraction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/compat/socket.h

    r699 r920  
    5151#if defined(PJ_HAS_NETINET_IN_H) && PJ_HAS_NETINET_IN_H != 0 
    5252#  include <netinet/in.h> 
     53#endif 
     54 
     55#if defined(PJ_HAS_NETINET_IP_H) && PJ_HAS_NETINET_IP_H != 0 
     56/* To pull in IPTOS_* constants */ 
     57#  include <netinet/ip.h> 
    5358#endif 
    5459 
Note: See TracChangeset for help on using the changeset viewer.