diff options
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c index 407561082d1..2fedbf377cf 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -22,6 +22,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include <limits.h> | 23 | #include <limits.h> |
| 24 | #include <stdio.h> | 24 | #include <stdio.h> |
| 25 | #include <stdlib.h> | ||
| 25 | #include "lisp.h" | 26 | #include "lisp.h" |
| 26 | #include "blockinput.h" | 27 | #include "blockinput.h" |
| 27 | #include "commands.h" | 28 | #include "commands.h" |