Use angle brackets so that, for example, if we do a CMake build in a
subdirectory, and the parent directory has an autotools build in it, we
pick up the config.h from the CMake run, not from the autotools run.
/* \summary: EtherType protocol for Arista Networks printer */
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include "netdissect-stdinc.h"
/* \summary: Autosar SOME/IP Protocol printer */
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include "netdissect-stdinc.h"