diff options
Diffstat (limited to 'src/ralloc.c')
| -rw-r--r-- | src/ralloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ralloc.c b/src/ralloc.c index fe22ae4ffe1..927c2dd5477 100644 --- a/src/ralloc.c +++ b/src/ralloc.c | |||
| @@ -27,6 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 27 | #include "lisp.h" /* Needed for VALBITS. */ | 27 | #include "lisp.h" /* Needed for VALBITS. */ |
| 28 | #undef NULL | 28 | #undef NULL |
| 29 | #include "mem_limits.h" | 29 | #include "mem_limits.h" |
| 30 | #include "getpagesize.h" | ||
| 30 | 31 | ||
| 31 | #define NIL ((POINTER) 0) | 32 | #define NIL ((POINTER) 0) |
| 32 | 33 | ||