From: Richard M. Stallman Date: Sun, 4 Nov 2001 03:20:10 +0000 (+0000) Subject: Move the include of ctype.h after unistd.h. X-Git-Tag: ttn-vms-21-2-B4~18843 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=409847a1ce06c12a4bae4d9ab9df5a1c2c6bdfd6;p=emacs.git Move the include of ctype.h after unistd.h. --- diff --git a/src/editfns.c b/src/editfns.c index 6dd998dc2d3..6befea8f35a 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -21,7 +21,6 @@ Boston, MA 02111-1307, USA. */ #include -#include #include #ifdef VMS @@ -34,6 +33,8 @@ Boston, MA 02111-1307, USA. */ #include #endif +#include + #include "lisp.h" #include "intervals.h" #include "buffer.h"