Changeset 1698 for trunk/src/common/sendpacket.c
- Timestamp:
- 02/24/07 18:29:24 (23 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/sendpacket.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/sendpacket.c
r1697 r1698 81 81 #include <sys/ioctl.h> 82 82 #include <sys/file.h> 83 //#include <sys/sysctl.h> 84 //#include <net/route.h> 83 #ifdef HAVE_SYS_SYSCTL_H 84 #include <sys/sysctl.h> 85 #endif 86 #ifdef HAVE_NET_ROUTE_H 87 #include <net/route.h> 88 #endif 85 89 #include <stdlib.h> 86 90 #include <unistd.h>
