summaryrefslogtreecommitdiff
path: root/print-vtp.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2015-09-05 23:35:58 +0200
committerFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2015-09-05 23:35:58 +0200
commitc1c3c77463d592cc576eaa491e604752044ca55a (patch)
treedc36b96f14289ac297c21dd929bd4d559fa21d3a /print-vtp.c
parente847135d66e822a96198a8d15771cf3a827b1ee9 (diff)
downloadtcpdump-c1c3c77463d592cc576eaa491e604752044ca55a.tar.gz
Printers must include 'netdissect.h', not 'interface.h'
Diffstat (limited to 'print-vtp.c')
-rw-r--r--print-vtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-vtp.c b/print-vtp.c
index 2ee37542..3b2c95c5 100644
--- a/print-vtp.c
+++ b/print-vtp.c
@@ -28,7 +28,7 @@
#include <tcpdump-stdinc.h>
-#include "interface.h"
+#include "netdissect.h"
#include "addrtoname.h"
#include "extract.h"