comparison 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
comparison
equal deleted inserted replaced
42468:3d8bcf574e38 42469:64341c22fb4c
19 Boston, MA 02111-1307, USA. 19 Boston, MA 02111-1307, USA.
20 20
21 Geoff Voelker (voelker@cs.washington.edu) 7-29-94 21 Geoff Voelker (voelker@cs.washington.edu) 7-29-94
22 */ 22 */
23 23
24 #include "config.h" 24 #ifdef HAVE_CONFIG_H
25 #include <config.h>
26 #endif
25 27
26 #include <stdlib.h> 28 #include <stdlib.h>
27 #include <stdio.h> 29 #include <stdio.h>
28 30
29 #include "w32heap.h" 31 #include "w32heap.h"