aboutsummaryrefslogtreecommitdiff
path: root/src/util/et/compile_et.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/et/compile_et.c')
-rw-r--r--src/util/et/compile_et.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/util/et/compile_et.c b/src/util/et/compile_et.c
index 23771a0..dfaad5f 100644
--- a/src/util/et/compile_et.c
+++ b/src/util/et/compile_et.c
@@ -12,6 +12,8 @@
#include <sys/file.h>
#include <string.h>
#include <sys/param.h>
+#include <stdlib.h>
+#include <errno.h>
#include "mit-sipb-copyright.h"
#include "compiler.h"
@@ -27,10 +29,6 @@ char buffer[BUFSIZ];
char *table_name = (char *)NULL;
FILE *hfile, *cfile;
-/* C library */
-extern char *malloc();
-extern int errno;
-
/* lex stuff */
extern FILE *yyin;
extern int yylineno;