Include config.h, not ../config.h, just like everywhere else.
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 21 Jul 2013 13:25:35 +0000 (13:25 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 21 Jul 2013 13:25:35 +0000 (13:25 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@50750 f5534014-38df-0310-8fa8-9805f1628bb7

echld/echld-int.h
echld/echld-util.c

index ca14f6ba3803033bfb571f22f7e27fb168d0fa73..770eecff8ae8accf8221a7fb4016a9c92a326972 100644 (file)
@@ -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>
index d86adc37582a89ff6a0cbd70b18e169111745ec2..9a3716ef80007a46a468c1f88a6a355b67402d31 100644 (file)
@@ -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"