diff options
author | Roland McGrath <roland@gnu.org> | 1992-10-12 18:55:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1992-10-12 18:55:05 +0000 |
commit | e231fd422ebaab39dd7b4d46542900954227f8bd (patch) | |
tree | 6c64fde776053e5be952b005b6a0ece1d2752390 /src/ralloc.c | |
parent | a128c7a0043744281f8ae9cae4baa42ab9c6a11b (diff) | |
download | emacs-e231fd422ebaab39dd7b4d46542900954227f8bd.tar.gz emacs-e231fd422ebaab39dd7b4d46542900954227f8bd.tar.bz2 emacs-e231fd422ebaab39dd7b4d46542900954227f8bd.zip |
mem_limits.h is now called mem-limits.h.
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; #endif #undef NULL -#include "mem_limits.h" +#include "mem-limits.h" #include "getpagesize.h" #define NIL ((POINTER) 0) |