Eventually including ../config.h generated by autotools

This commit is contained in:
2010-05-16 09:32:14 +00:00
parent bf20ca5dfb
commit 585075af1b
28 changed files with 109 additions and 1 deletions

View File

@ -8,6 +8,10 @@
This file contains functions which sort and compare tree nodes.
*/
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <ctype.h>
#include <sys/types.h>
#include <unistd.h>