diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-06-15 03:54:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-06-15 03:54:06 +0000 |
commit | 26f05673630774b61615466b76cfe4749aeedbbb (patch) | |
tree | 11c9a560493b78df2b2ef4eeb5e035111399543a /src/term.c | |
parent | e5e1fb7be5d9bc2b8ccc8b050fbbf0237fb197a8 (diff) | |
download | emacs-26f05673630774b61615466b76cfe4749aeedbbb.tar.gz |
Put stdio.h after config.h.
Diffstat (limited to 'src/term.c')
-rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 6001e9b82d0..6922498983c 100644 --- a/src/term.c +++ b/src/term.c @@ -18,9 +18,9 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <config.h> #include <stdio.h> #include <ctype.h> -#include <config.h> #include "termchar.h" #include "termopts.h" #include "cm.h" |