aboutsummaryrefslogtreecommitdiff
path: root/src/ipacct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipacct.h')
-rw-r--r--src/ipacct.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ipacct.h b/src/ipacct.h
index df8869d..406dd90 100644
--- a/src/ipacct.h
+++ b/src/ipacct.h
@@ -14,15 +14,13 @@
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with this program; if not, write to the Free Software Foundation, 15 along with this program; if not, write to the Free Software Foundation,
16 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 16 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
17/* $Id: ipacct.h,v 1.6 2005/05/20 12:55:18 gray Exp $ */ 17/* $Id: ipacct.h,v 1.7 2008/07/07 14:06:30 gray Exp $ */
18#include <sys/types.h> 18#include <sys/types.h>
19#include <sys/socket.h> 19#include <sys/socket.h>
20#include <netinet/in.h> 20#include <netinet/in.h>
21#include <netinet/in_systm.h> 21#include <netinet/in_systm.h>
22#include <netinet/ip.h> 22#include <netinet/ip.h>
23#include <netinet/ip_var.h>
24#include <netinet/udp.h> 23#include <netinet/udp.h>
25/*#include <netinet/udp_var.h>*/
26#include <net/if.h> 24#include <net/if.h>
27#include <netinet/if_ether.h> 25#include <netinet/if_ether.h>
28#include <pcap.h> 26#include <pcap.h>

Return to:

Send suggestions and report system problems to the System administrator.