diff options
Diffstat (limited to 'src/hyper/lex.c')
-rw-r--r-- | src/hyper/lex.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/hyper/lex.c b/src/hyper/lex.c index 6b4bf6d5..67de1459 100644 --- a/src/hyper/lex.c +++ b/src/hyper/lex.c @@ -58,8 +58,9 @@ */ #define _LEX_C #include "axiom-c-macros.h" -#include "useproto.h" + #include "debug.h" +#include "sockio.h" int useAscii; @@ -70,7 +71,7 @@ int useAscii; #include "lex.h" #include "all_hyper_proto.H1" -#include "sockio-c.H1" +#include "sockio.h" #include <ctype.h> |