aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/hyper.c
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-05-21 12:58:52 +0000
committerdos-reis <gdr@axiomatics.org>2008-05-21 12:58:52 +0000
commitc145229d7f609447ec9342f60643c62e35bd553f (patch)
tree8beeb41a7a55409d493ca87c93c4cfb4e4bdcca1 /src/hyper/hyper.c
parent28aeada5c757a5a997526f74a471cf0c56c6b473 (diff)
downloadopen-axiom-c145229d7f609447ec9342f60643c62e35bd553f.tar.gz
* hyper/hyper.h (connect_spad): Declare.
(gPageBeingParsed): Likewise. * hyper/htadd.c (session_server): Remove. (MenuServerOpened): Likewise. (gXDisplay): Likewise. (gXScreenNumber): Likewise. * hyper/lex.c (reset_connection): Move to hyper/parse.c (connect_spad): Move to hyper/spadint.c (spad_busy): Likewise. (get_char1): Remove conditional code. * hyper/Makefile.in (mostclean-local): Tidy.
Diffstat (limited to 'src/hyper/hyper.c')
-rw-r--r--src/hyper/hyper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hyper/hyper.c b/src/hyper/hyper.c
index dbbd4f88..b6315932 100644
--- a/src/hyper/hyper.c
+++ b/src/hyper/hyper.c
@@ -49,6 +49,7 @@
#include "sockio.h"
#include "hyper.h"
+#include "lex.h"
#include <sys/signal.h>
#include <sys/types.h>