]> The Tcpdump Group git mirrors - tcpdump/commitdiff
macsec: include <config.h>, not "config.h".
authorGuy Harris <[email protected]>
Thu, 28 May 2020 23:01:54 +0000 (16:01 -0700)
committerGuy Harris <[email protected]>
Thu, 28 May 2020 23:01:54 +0000 (16:01 -0700)
That fixes some cases where having an in-tree build and an out-of-tree
build (e.g., an in-tree autotools build and an out-of-tree CMake build)
gets the wrong config.h file.

print-macsec.c

index d409ddbb1a957f9eb1bb40481a1c78e6175d0869..431ae42c59fcbb6c70b658cc1ae9e492cd64a18b 100644 (file)
@@ -22,7 +22,7 @@
 /* \summary: MACsec printer */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <netdissect-stdinc.h>