From: Eli Zaretskii Date: Fri, 27 May 2011 21:24:11 +0000 (+0300) Subject: src/ccl.c: Fix last commit. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~135 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61838453ca182a290ff74bcf89045121fe593767;p=emacs.git src/ccl.c: Fix last commit. --- diff --git a/src/ccl.c b/src/ccl.c index 98b060522a4..630c6b3de9e 100644 --- a/src/ccl.c +++ b/src/ccl.c @@ -27,6 +27,7 @@ along with GNU Emacs. If not, see . */ #include #include +#include #include "lisp.h" #include "character.h"