aboutsummaryrefslogtreecommitdiffstats
path: root/echld/echld-int.h
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2015-04-26 18:21:09 +0100
committerAnders Broman <a.broman58@gmail.com>2015-05-25 10:42:59 +0000
commit2fde6ffc8f0f47f3d59a0b331a299cd61435e531 (patch)
treee583e6632bc6ec84e18a439ccf9592869a9f6c14 /echld/echld-int.h
parentdc14e3ce0df78da52da95e7356c6e15390b191ec (diff)
Fix out of tree builds
Stop out of tree builds picking up the in-tree version and config.h Change-Id: Icadc46cab66db72af2d475eac31b28d0ca10df90 Reviewed-on: https://code.wireshark.org/review/8204 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'echld/echld-int.h')
-rw-r--r--echld/echld-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/echld/echld-int.h b/echld/echld-int.h
index 9c1ed4698a..fe01f83383 100644
--- a/echld/echld-int.h
+++ b/echld/echld-int.h
@@ -24,7 +24,7 @@
#ifndef __ECHLD_HDR_INT_
#define __ECHLD_HDR_INT_
-#include "config.h"
+#include <config.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>