aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ralloc.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ralloc.c b/src/ralloc.c
index de6060cfd4f..47300ef1015 100644
--- a/src/ralloc.c
+++ b/src/ralloc.c
@@ -36,7 +36,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
36#ifdef __STDC__ 36#ifdef __STDC__
37typedef void *POINTER; 37typedef void *POINTER;
38#else 38#else
39
40#ifdef HAVE_CONFIG_H
41#include "config.h"
42#endif
43
39typedef char *POINTER; 44typedef char *POINTER;
45
40#endif 46#endif
41 47
42typedef unsigned long SIZE; 48typedef unsigned long SIZE;