]> The Tcpdump Group git mirrors - tcpdump/commitdiff
LISP: include local netdissect.h first
authorDenis Ovsienko <[email protected]>
Sun, 12 Mar 2017 10:06:41 +0000 (10:06 +0000)
committerDenis Ovsienko <[email protected]>
Sun, 12 Mar 2017 10:07:42 +0000 (10:07 +0000)
This doesn't fix any known issue, just for consistency with all other
decoders.

print-lisp.c

index 47afe503596c5a06a630ab7b103856839a1e13ce..149b1522356f3a264811963e52a25e46b150df67 100644 (file)
@@ -99,7 +99,7 @@
 #endif
 
 #include <netdissect-stdinc.h>
-#include <netdissect.h>
+#include "netdissect.h"
 #include <string.h>
 #include <stdlib.h>