more includes and prototypes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1259 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-03-08 03:20:47 +00:00
parent 69806a2141
commit 7b10172a7c

View File

@@ -6,6 +6,7 @@
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "symbol.h"
#include "lex.h"
#include "gen.h"
@@ -13,7 +14,7 @@
static Type *new_type (Typetype t);
void yyerror (char *);
#ifdef HAVE_STRUP
#ifndef HAVE_STRDUP
char *strdup(char *);
#endif