included errno.h instead of declaring _oserrno as external

git-svn-id: svn://svn.cc65.org/cc65/trunk@940 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
mrintsch
2001-09-15 23:39:47 +00:00
parent 1a65e30fa0
commit 308785487f
5 changed files with 6 additions and 11 deletions

View File

@@ -5,8 +5,7 @@
*/
#include <cbm.h>
extern unsigned char _oserror;
#include <errno.h>
int cbm_read(unsigned char lfn, void* buffer, unsigned int size)
{