diff src/w32heap.c @ 42469:64341c22fb4c

Include <config.h>.
author Pavel Janík <Pavel@Janik.cz>
date Tue, 01 Jan 2002 19:15:26 +0000
parents 38e1998861ff
children e81472bb5044
line wrap: on
line diff
--- a/src/w32heap.c	Tue Jan 01 19:13:57 2002 +0000
+++ b/src/w32heap.c	Tue Jan 01 19:15:26 2002 +0000
@@ -21,7 +21,9 @@
    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>