diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-01-01 19:15:26 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-01-01 19:15:26 +0000 |
commit | 4838e624ad5ced0226c3b202f6d942aa9e878a80 (patch) | |
tree | cd2d33164b31a0ab02889b1893870634d35ae3e4 /src/w32heap.c | |
parent | 3c1e6b469b8b7b7c067ce89e3cfb36871b257420 (diff) |
Include <config.h>.
Diffstat (limited to 'src/w32heap.c')
-rw-r--r-- | src/w32heap.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/w32heap.c b/src/w32heap.c index eb878a45e9..e90213a6c3 100644 --- a/src/w32heap.c +++ b/src/w32heap.c @@ -21,7 +21,9 @@ Boston, MA 02111-1307, USA. Geoff Voelker (voelker@cs.washington.edu) 7-29-94 */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdlib.h> #include <stdio.h> |