diff options
author | Guy Harris <guy@alum.mit.edu> | 2020-04-25 16:48:36 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2020-04-25 16:48:36 -0700 |
commit | 8970b94b118dc1dae7fdd2ab3f42dabeb94b840f (patch) | |
tree | f95ac3236bea12ce00f7249b375ea98bed563dd4 /print-someip.c | |
parent | 49cef1f2f42be079562c0b20ab24c1ae322d040b (diff) | |
download | tcpdump-8970b94b118dc1dae7fdd2ab3f42dabeb94b840f.tar.gz |
Include the right config.h.
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.
Diffstat (limited to 'print-someip.c')
-rw-r--r-- | print-someip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-someip.c b/print-someip.c index bd6a74f3..7d40602d 100644 --- a/print-someip.c +++ b/print-someip.c @@ -16,7 +16,7 @@ /* \summary: Autosar SOME/IP Protocol printer */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include <config.h> #endif #include "netdissect-stdinc.h" |