From: cpg Date: Wed, 25 Nov 2009 17:59:55 +0000 (+0000) Subject: include unistd.h -- fix by Daniel Serpell X-Git-Tag: V2.13.1~39 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=001b557ff695b2af99f27c4230e8e8440a902375;p=cc65 include unistd.h -- fix by Daniel Serpell git-svn-id: svn://svn.cc65.org/cc65/trunk@4490 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/testcode/lib/ft.c b/testcode/lib/ft.c index c887e1c87..efbab3627 100644 --- a/testcode/lib/ft.c +++ b/testcode/lib/ft.c @@ -20,6 +20,7 @@ #include #include #include +#include extern int getsp(void); /* is provided in getsp.s */ diff --git a/testcode/lib/posixio-test.c b/testcode/lib/posixio-test.c index eaa60d357..26d416a58 100644 --- a/testcode/lib/posixio-test.c +++ b/testcode/lib/posixio-test.c @@ -1,7 +1,7 @@ #include #include #include - +#include int Open (const char* Name, int Flags)