From d0547b4ba05014358c2b5309303185cbca6543e2 Mon Sep 17 00:00:00 2001 From: stefanjones Date: Thu, 31 Aug 2006 18:24:36 +0000 Subject: [PATCH] Quick amd64bit fix --- src/xspice/cmpp/ifs_yacc.y | 1 + src/xspice/cmpp/pp_lst.c | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/xspice/cmpp/ifs_yacc.y b/src/xspice/cmpp/ifs_yacc.y index 03767a362..0276be38b 100755 --- a/src/xspice/cmpp/ifs_yacc.y +++ b/src/xspice/cmpp/ifs_yacc.y @@ -43,6 +43,7 @@ NON-STANDARD FEATURES ============================================================================*/ #include +#include #include "ifs_yacc.h" extern int yylineno; diff --git a/src/xspice/cmpp/pp_lst.c b/src/xspice/cmpp/pp_lst.c index 69a9b091c..afe183951 100755 --- a/src/xspice/cmpp/pp_lst.c +++ b/src/xspice/cmpp/pp_lst.c @@ -50,11 +50,9 @@ NON-STANDARD FEATURES #include "cmpp.h" #include #include +#include -void *malloc(unsigned size); -void *realloc(void *ptr, unsigned size); - /* *********************************************************************** */ /*