summaryrefslogtreecommitdiff
path: root/src/w32heap.c
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-01-01 19:15:26 +0000
committerPavel Janík <Pavel@Janik.cz>2002-01-01 19:15:26 +0000
commitbd1e3fc4dcf6e752c8e84327bb972a5081b4b306 (patch)
tree0a82b4a7161e1ad3938a1e16ab107eb1feb4974e /src/w32heap.c
parent627b08371b81db2379fa22dbe8e08fd9872ac08c (diff)
downloademacs-bd1e3fc4dcf6e752c8e84327bb972a5081b4b306.tar.gz
Include <config.h>.
Diffstat (limited to 'src/w32heap.c')
-rw-r--r--src/w32heap.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/w32heap.c b/src/w32heap.c
index eb878a45e94..e90213a6c36 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>