From: cuz Date: Thu, 12 Jun 2003 18:17:25 +0000 (+0000) Subject: lseek is now in unistd.h X-Git-Tag: V2.12.0~1501 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=286a9e3f8ac0fba2b6f500e8f57407bf4b5be31f;p=cc65 lseek is now in unistd.h git-svn-id: svn://svn.cc65.org/cc65/trunk@2217 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/common/fseek.c b/libsrc/common/fseek.c index b54221f89..62d435e02 100644 --- a/libsrc/common/fseek.c +++ b/libsrc/common/fseek.c @@ -7,7 +7,7 @@ #include #include -#include +#include #include "_file.h"