Ignore:
Timestamp:
Oct 24, 2009 12:00:40 AM (14 years ago)
Author:
bennylp
Message:

More ticket #972: fixed compilation error on Linux due to the last introduction ot PJ_TCP_NODELAY. Everyone needs to re-run configure though (thanks Dan Arrhenius for the report)

File:
1 edited

Legend:

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

    r2394 r2962  
    103103/* To pull in IPTOS_* constants */ 
    104104#  include <netinet/ip.h> 
     105#endif 
     106 
     107#if defined(PJ_HAS_NETINET_TCP_H) && PJ_HAS_NETINET_TCP_H != 0 
     108/* To pull in TCP_NODELAY constants */ 
     109#  include <netinet/tcp.h> 
    105110#endif 
    106111 
Note: See TracChangeset for help on using the changeset viewer.