diff options
Diffstat (limited to 'src/ralloc.c')
| -rw-r--r-- | src/ralloc.c | 6 |
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__ |
| 37 | typedef void *POINTER; | 37 | typedef void *POINTER; |
| 38 | #else | 38 | #else |
| 39 | |||
| 40 | #ifdef HAVE_CONFIG_H | ||
| 41 | #include "config.h" | ||
| 42 | #endif | ||
| 43 | |||
| 39 | typedef char *POINTER; | 44 | typedef char *POINTER; |
| 45 | |||
| 40 | #endif | 46 | #endif |
| 41 | 47 | ||
| 42 | typedef unsigned long SIZE; | 48 | typedef unsigned long SIZE; |