aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/lex.c')
-rw-r--r--src/hyper/lex.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/hyper/lex.c b/src/hyper/lex.c
index 0142fd25..3f703f4e 100644
--- a/src/hyper/lex.c
+++ b/src/hyper/lex.c
@@ -59,6 +59,10 @@
#define _LEX_C
#include "openaxiom-c-macros.h"
+#include <ctype.h>
+#include <setjmp.h>
+#include <stdlib.h>
+
#include "debug.h"
#include "sockio.h"
@@ -69,10 +73,7 @@ int useAscii;
#include "halloc.h"
#include "lex.h"
#include "node.h"
-
-#include <ctype.h>
-#include <setjmp.h>
-#include <stdlib.h>
+#include "cfuns.h"
static int get_char1(void );
static void spad_error_handler(void );