Include config.h, not ../config.h, just like everywhere else.

svn path=/trunk/; revision=50750
This commit is contained in:
Jörg Mayer 2013-07-21 13:25:35 +00:00
parent f3f910a5cf
commit 94bdbd2e1e
2 changed files with 2 additions and 2 deletions

View 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>

View 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"