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 f5ebb8449ca..6faee2cac89 100644 --- a/src/ralloc.c +++ b/src/ralloc.c | |||
| @@ -26,6 +26,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 26 | #ifdef emacs | 26 | #ifdef emacs |
| 27 | 27 | ||
| 28 | #include <config.h> | 28 | #include <config.h> |
| 29 | #include <setjmp.h> | ||
| 29 | #include "lisp.h" /* Needed for VALBITS. */ | 30 | #include "lisp.h" /* Needed for VALBITS. */ |
| 30 | #include "blockinput.h" | 31 | #include "blockinput.h" |
| 31 | 32 | ||