summaryrefslogtreecommitdiff
path: root/text2pcap.c
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2014-08-22 22:13:05 +0100
committerGraham Bloice <graham.bloice@trihedral.com>2014-08-24 08:04:08 +0000
commit97546165fafc0fa05ba08f1c2927f0fa22d24e93 (patch)
tree2298fd28320187e1022e2595eb6667d971c58da3 /text2pcap.c
parentf88eca47c3551a0fc535efe3d5b9d1587784e903 (diff)
downloadwireshark-97546165fafc0fa05ba08f1c2927f0fa22d24e93.tar.gz
Modify includes of config.h so that out-of-tree builds, i.e. CMake
don't pick up the in-tree copy. Change-Id: I7ec473876cdba1a025c52362d7f6adc62d24ce71 Reviewed-on: https://code.wireshark.org/review/3798 Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Roland Knall <rknall@gmail.com> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'text2pcap.c')
-rw-r--r--text2pcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text2pcap.c b/text2pcap.c
index 3292902a8f..f15001bd99 100644
--- a/text2pcap.c
+++ b/text2pcap.c
@@ -75,7 +75,7 @@
* snaplength is automatically set to 64KiB-1.
*/
-#include "config.h"
+#include <config.h>
/*
* Just make sure we include the prototype for strptime as well