Quick amd64bit fix

This commit is contained in:
stefanjones 2006-08-31 18:24:36 +00:00
parent 317ce09249
commit d0547b4ba0
2 changed files with 2 additions and 3 deletions

View File

@ -43,6 +43,7 @@ NON-STANDARD FEATURES
============================================================================*/
#include <assert.h>
#include <stdlib.h>
#include "ifs_yacc.h"
extern int yylineno;

View File

@ -50,11 +50,9 @@ NON-STANDARD FEATURES
#include "cmpp.h"
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
void *malloc(unsigned size);
void *realloc(void *ptr, unsigned size);
/* *********************************************************************** */
/*