diff options
| author | Eli Zaretskii | 2011-05-28 00:24:11 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-05-28 00:24:11 +0300 |
| commit | 61838453ca182a290ff74bcf89045121fe593767 (patch) | |
| tree | 3fc9e282e4200fdad14c864846c8a7bcac4714ff | |
| parent | 2ff916cbc27dc7c242ff97d31419866d41f62e2c (diff) | |
| download | emacs-61838453ca182a290ff74bcf89045121fe593767.tar.gz emacs-61838453ca182a290ff74bcf89045121fe593767.zip | |
src/ccl.c: Fix last commit.
| -rw-r--r-- | src/ccl.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -27,6 +27,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 27 | 27 | ||
| 28 | #include <stdio.h> | 28 | #include <stdio.h> |
| 29 | #include <setjmp.h> | 29 | #include <setjmp.h> |
| 30 | #include <limits.h> | ||
| 30 | 31 | ||
| 31 | #include "lisp.h" | 32 | #include "lisp.h" |
| 32 | #include "character.h" | 33 | #include "character.h" |