Show
Ignore:
Timestamp:
02/24/07 18:29:24 (23 months ago)
Author:
aturner
Message:

cleanup of r1697. refs #110

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/sendpacket.c

    r1697 r1698  
    8181#include <sys/ioctl.h> 
    8282#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 
    8589#include <stdlib.h> 
    8690#include <unistd.h>