diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-09-05 23:35:58 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-09-05 23:35:58 +0200 |
commit | c1c3c77463d592cc576eaa491e604752044ca55a (patch) | |
tree | dc36b96f14289ac297c21dd929bd4d559fa21d3a /print-zeromq.c | |
parent | e847135d66e822a96198a8d15771cf3a827b1ee9 (diff) | |
download | tcpdump-c1c3c77463d592cc576eaa491e604752044ca55a.tar.gz |
Printers must include 'netdissect.h', not 'interface.h'
Diffstat (limited to 'print-zeromq.c')
-rw-r--r-- | print-zeromq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-zeromq.c b/print-zeromq.c index b7302035..410241e4 100644 --- a/print-zeromq.c +++ b/print-zeromq.c @@ -34,7 +34,7 @@ #include <tcpdump-stdinc.h> -#include "interface.h" +#include "netdissect.h" #include "extract.h" static const char tstr[] = " [|zmtp1]"; |