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:
@@ -6,8 +6,7 @@
|
||||
*/
|
||||
|
||||
#include <cbm.h>
|
||||
|
||||
extern unsigned char _oserror;
|
||||
#include <errno.h>
|
||||
|
||||
/* It's like BASIC's: OPEN lfn, device, sec_addr, "name"
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user