aboutsummaryrefslogtreecommitdiffstats
path: root/echld/echld-int.h
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/echld-int.h
parentf3f910a5cfc4b0e3fc2690f573c9b7c56fa3707f (diff)
Include config.h, not ../config.h, just like everywhere else.
svn path=/trunk/; revision=50750
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 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>