From ac2e9ef84c7b5cb8c48cd7061afa1c316d9a1838 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Fri, 26 Jul 2002 20:11:02 +0000 Subject: [PATCH] oops --- include/fileutil.h | 3 --- misc/fileutil.c | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/include/fileutil.h b/include/fileutil.h index 99ad9749..dc7a0680 100644 --- a/include/fileutil.h +++ b/include/fileutil.h @@ -16,11 +16,8 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #include -#include "pstypes.h" #include "fix.h" -extern int filelength(int fd); - // routines which read basic data types extern byte file_read_byte(FILE *fp); extern short file_read_short(FILE *fp); diff --git a/misc/fileutil.c b/misc/fileutil.c index e92e8199..3e96c8e2 100644 --- a/misc/fileutil.c +++ b/misc/fileutil.c @@ -1,3 +1,4 @@ +/* $ Id: $ */ /* THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO @@ -11,6 +12,10 @@ AND AGREES TO THE TERMS HEREIN AND ACCEPTS THE SAME BY USE OF THIS FILE. COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include -- 2.39.2