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:
@@ -6,6 +6,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
#include "symbol.h"
|
#include "symbol.h"
|
||||||
#include "lex.h"
|
#include "lex.h"
|
||||||
#include "gen.h"
|
#include "gen.h"
|
||||||
@@ -13,7 +14,7 @@
|
|||||||
static Type *new_type (Typetype t);
|
static Type *new_type (Typetype t);
|
||||||
void yyerror (char *);
|
void yyerror (char *);
|
||||||
|
|
||||||
#ifdef HAVE_STRUP
|
#ifndef HAVE_STRDUP
|
||||||
char *strdup(char *);
|
char *strdup(char *);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user