From: cuz Date: Thu, 12 Jun 2003 19:59:13 +0000 (+0000) Subject: read is now in unistd.h X-Git-Tag: V2.12.0~1498 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b50ac78a2ad92f84942caf761fe1994e4ebe4e90;p=cc65 read is now in unistd.h git-svn-id: svn://svn.cc65.org/cc65/trunk@2220 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/serial/ser_load.c b/libsrc/serial/ser_load.c index 692a9cde3..2673b21de 100644 --- a/libsrc/serial/ser_load.c +++ b/libsrc/serial/ser_load.c @@ -34,6 +34,7 @@ #include +#include #include #include #include @@ -76,7 +77,7 @@ unsigned char __fastcall__ ser_load_driver (const char* name) /* Load the module */ Res = mod_load (&ctrl); - + /* Close the input file */ close (ctrl.callerdata);