aboutsummaryrefslogtreecommitdiff
path: root/src/hyper
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-07-25 07:40:30 +0000
committerdos-reis <gdr@axiomatics.org>2012-07-25 07:40:30 +0000
commit3c41ecf6c94ad09fa023c402c39d18c72a76812a (patch)
treee83f45e95266e73f019faf24a3249eb293079376 /src/hyper
parent90bd2a63a8ff0e9d28f52bf6995b9c9f828b2e8e (diff)
downloadopen-axiom-3c41ecf6c94ad09fa023c402c39d18c72a76812a.tar.gz
* hyper/htadd.c: Include <string.h>
* hyper/lex.c: Likewise.
Diffstat (limited to 'src/hyper')
-rw-r--r--src/hyper/htadd.c1
-rw-r--r--src/hyper/lex.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/hyper/htadd.c b/src/hyper/htadd.c
index 89d8626a..d8c32a75 100644
--- a/src/hyper/htadd.c
+++ b/src/hyper/htadd.c
@@ -43,6 +43,7 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <stdlib.h>
+#include <string.h>
#include <locale.h>
#include "cfuns.h"
diff --git a/src/hyper/lex.c b/src/hyper/lex.c
index aa3e4c91..85e3d511 100644
--- a/src/hyper/lex.c
+++ b/src/hyper/lex.c
@@ -62,6 +62,7 @@
#include <ctype.h>
#include <setjmp.h>
#include <stdlib.h>
+#include <string.h>
#include "debug.h"
#include "sockio.h"