summaryrefslogtreecommitdiff
path: root/src/term.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-06-15 03:54:06 +0000
committerRichard M. Stallman <rms@gnu.org>1994-06-15 03:54:06 +0000
commit26f05673630774b61615466b76cfe4749aeedbbb (patch)
tree11c9a560493b78df2b2ef4eeb5e035111399543a /src/term.c
parente5e1fb7be5d9bc2b8ccc8b050fbbf0237fb197a8 (diff)
downloademacs-26f05673630774b61615466b76cfe4749aeedbbb.tar.gz
Put stdio.h after config.h.
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c2
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"