summaryrefslogtreecommitdiff
path: root/print-sip.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-01-21 12:27:08 -0800
committerGuy Harris <guy@alum.mit.edu>2018-01-21 12:27:28 -0800
commitfb2479d733dbe8a991d11909b319341f7db62ab1 (patch)
tree362ebd4adc084abf7498f370fc832e3babcef685 /print-sip.c
parenta15e52bb2722f9c9719cd9909d70c03a10e170c4 (diff)
downloadtcpdump-fb2479d733dbe8a991d11909b319341f7db62ab1.tar.gz
Always include <config.h> rather than "config.h".
This can prevent bizarre failures if, for example, you've done a configuration in the top-level source directory, leaving behind one config.h file, and then do an out-of-tree build in another directory, with different configuration options. This way, we always pick up the same config.h, in the build directory.
Diffstat (limited to 'print-sip.c')
-rw-r--r--print-sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-sip.c b/print-sip.c
index dcf5a38c..50a846eb 100644
--- a/print-sip.c
+++ b/print-sip.c
@@ -18,7 +18,7 @@
/* \summary: Session Initiation Protocol (SIP) printer */
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include "netdissect-stdinc.h"