summaryrefslogtreecommitdiff
path: root/ip.h
diff options
context:
space:
mode:
authorMichael Richardson <mcr@sandelman.ca>2014-07-07 22:04:30 -0400
committerMichael Richardson <mcr@sandelman.ca>2014-07-07 22:04:30 -0400
commit66f50e74e1158ff3957ae77fa4c2fee22b99e15f (patch)
tree94b6e249740174bb76bca65135b9a0988d11e17e /ip.h
parent48c963951666bfe5975b61fad9b3d470551cb4b4 (diff)
downloadtcpdump-66f50e74e1158ff3957ae77fa4c2fee22b99e15f.tar.gz
make sure to include tcpdump-stdinc.h; it is required
Diffstat (limited to 'ip.h')
-rw-r--r--ip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ip.h b/ip.h
index 891a89cd..72c89726 100644
--- a/ip.h
+++ b/ip.h
@@ -36,6 +36,8 @@
#ifndef TCPDUMP_IP_H
#define TCPDUMP_IP_H
+#include "tcpdump-stdinc.h"
+
/*
* Definitions for internet protocol version 4.
* Per RFC 791, September 1981.