diff options
Diffstat (limited to 'src/ralloc.c')
| -rw-r--r-- | src/ralloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ralloc.c b/src/ralloc.c index 3f65c063850..5131402bdf2 100644 --- a/src/ralloc.c +++ b/src/ralloc.c | |||
| @@ -42,7 +42,7 @@ typedef void *POINTER; | |||
| 42 | #endif | 42 | #endif |
| 43 | 43 | ||
| 44 | #undef NULL | 44 | #undef NULL |
| 45 | #include "mem_limits.h" | 45 | #include "mem-limits.h" |
| 46 | #include "getpagesize.h" | 46 | #include "getpagesize.h" |
| 47 | 47 | ||
| 48 | #define NIL ((POINTER) 0) | 48 | #define NIL ((POINTER) 0) |