summaryrefslogtreecommitdiff
path: root/missing/snprintf.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2015-09-11 13:22:56 +0200
committerFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2015-09-11 13:22:56 +0200
commitf5fe14663d9ed32b7a995ed0924c04e705f74237 (patch)
tree11c4111a2660fbdc27800ae1bf2e8a513ee80ebc /missing/snprintf.c
parent99c91c3aec40b691641374f58e798bd8d6b657bd (diff)
downloadtcpdump-f5fe14663d9ed32b7a995ed0924c04e705f74237.tar.gz
libnetdissect code must include 'netdissect.h', not 'interface.h'
Moreover: Remove netdissect.h include in interface.h Move thiszone declaration in netdissect.h Update a comment
Diffstat (limited to 'missing/snprintf.c')
-rw-r--r--missing/snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/snprintf.c b/missing/snprintf.c
index 21d235d2..921b74c1 100644
--- a/missing/snprintf.c
+++ b/missing/snprintf.c
@@ -42,7 +42,7 @@
#include <ctype.h>
#include <sys/types.h>
-#include <interface.h>
+#include "netdissect.h"
enum format_flags {
minus_flag = 1,