aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eth.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-09 15:44:29 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-09 15:44:29 +0000
commitc9b2ee3768abb730b49fc4fc779e77578a1c4971 (patch)
treedc35448e3e1970ad585e7802d7a15c77490315ab /epan/dissectors/packet-eth.c
parent7b8906324389189a91d935e79400a2fe7f576c07 (diff)
include <wsutil/pint.h> only when needed.
svn path=/trunk/; revision=53196
Diffstat (limited to 'epan/dissectors/packet-eth.c')
-rw-r--r--epan/dissectors/packet-eth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-eth.c b/epan/dissectors/packet-eth.c
index c593de7b0b..5606e7963e 100644
--- a/epan/dissectors/packet-eth.c
+++ b/epan/dissectors/packet-eth.c
@@ -30,6 +30,7 @@
#include <epan/etypes.h>
#include <epan/addr_resolv.h>
#include <epan/expert.h>
+#include <wsutil/pint.h>
#include "packet-eth.h"
#include "packet-ieee8023.h"
#include "packet-ipx.h"