mirror of
https://github.com/cc65/cc65.git
synced 2025-03-13 15:32:09 +00:00
include unistd.h -- fix by Daniel Serpell
git-svn-id: svn://svn.cc65.org/cc65/trunk@4490 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
0b28cda7b0
commit
001b557ff6
@ -20,6 +20,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <conio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
extern int getsp(void); /* is provided in getsp.s */
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
int Open (const char* Name, int Flags)
|
||||
|
Loading…
x
Reference in New Issue
Block a user