]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ether.c
Avoid a name collision.
[tcpdump] / print-ether.c
index c1f6fdbab902f7d8b4ebd0d636c826963d05498a..e09f2ac9b64e9e798491c565f78d9d5d71e1b90b 100644 (file)
 /* \summary: Ethernet printer */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
-#include <netdissect-stdinc.h>
+#include "netdissect-stdinc.h"
 
 #include "netdissect.h"
 #include "extract.h"
@@ -104,7 +104,7 @@ const struct tok ethertype_values[] = {
     { 0, NULL}
 };
 
-static inline void
+static void
 ether_hdr_print(netdissect_options *ndo,
                 const u_char *bp, u_int length)
 {