summaryrefslogtreecommitdiff
path: root/echld
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-07-21 13:25:35 +0000
committerJörg Mayer <jmayer@loplof.de>2013-07-21 13:25:35 +0000
commit94bdbd2e1e96d5fe86af7e8c535bd80e8b931dbc (patch)
tree81698a8e88af6727eb8b6c05ed7c6f5ada0f9a84 /echld
parentf3f910a5cfc4b0e3fc2690f573c9b7c56fa3707f (diff)
downloadwireshark-94bdbd2e1e96d5fe86af7e8c535bd80e8b931dbc.tar.gz
Include config.h, not ../config.h, just like everywhere else.
svn path=/trunk/; revision=50750
Diffstat (limited to 'echld')
-rw-r--r--echld/echld-int.h2
-rw-r--r--echld/echld-util.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/echld/echld-int.h b/echld/echld-int.h
index ca14f6ba38..770eecff8a 100644
--- a/echld/echld-int.h
+++ b/echld/echld-int.h
@@ -26,7 +26,7 @@
#ifndef __ECHLD_HDR_INT_
#define __ECHLD_HDR_INT_
-#include "../config.h"
+#include "config.h"
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
diff --git a/echld/echld-util.c b/echld/echld-util.c
index d86adc3758..9a3716ef80 100644
--- a/echld/echld-util.c
+++ b/echld/echld-util.c
@@ -24,7 +24,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include "../config.h"
+#include "config.h"
#include "echld-int.h"
#include "echld-util.h"