diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-05-04 22:31:24 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-05-04 22:31:24 -0700 |
commit | 852a74a59b12d505eba86a0aed46bfe8af7b9acf (patch) | |
tree | c18226075e72f2892a3e2f90e36c4e60f25c6b69 /src/callproc.c | |
parent | aab2b9b5abaa4862b2814929c31035e7920f5e21 (diff) | |
parent | f7ff1b0f0792f1f870778404531e68e77832c4a1 (diff) | |
download | emacs-852a74a59b12d505eba86a0aed46bfe8af7b9acf.tar.gz |
Merge from mainline.
Diffstat (limited to 'src/callproc.c')
-rw-r--r-- | src/callproc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c index c2c301eb4a5..2763331bde2 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -29,6 +29,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <sys/file.h> #include <fcntl.h> +#include "lisp.h" + #ifdef WINDOWSNT #define NOMINMAX #include <windows.h> @@ -41,7 +43,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <sys/param.h> #endif /* MSDOS */ -#include "lisp.h" #include "commands.h" #include "buffer.h" #include "character.h" |