Changeset 920 for pjproject/trunk/pjlib/include/pj/compat/socket.h
- Timestamp:
- Feb 1, 2007 12:33:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/compat/socket.h
r699 r920 51 51 #if defined(PJ_HAS_NETINET_IN_H) && PJ_HAS_NETINET_IN_H != 0 52 52 # 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> 53 58 #endif 54 59
Note: See TracChangeset
for help on using the changeset viewer.