diff options
| author | Richard M. Stallman <rms@gnu.org> | 1994-01-17 01:38:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1994-01-17 01:38:26 +0000 |
| commit | 2396e3dabe3fa5d71ebd1d598dcdae5f5e3c25d8 (patch) | |
| tree | a257fd656349efda63ca35c7c299437b58f83807 | |
| parent | 05630743f9f4aec061e020e61c67ef57769592f6 (diff) | |
| download | emacs-2396e3dabe3fa5d71ebd1d598dcdae5f5e3c25d8.tar.gz | |
Include stdio.h before config.h.
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index fbcaf5330be..badc2d1a82b 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -19,9 +19,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <signal.h> +#include <stdio.h> #include <config.h> -#include <stdio.h> #include <ctype.h> #include "lisp.h" |
