mirror of
https://github.com/cc65/cc65.git
synced 2025-01-03 01:31:55 +00:00
lseek is now in unistd.h
git-svn-id: svn://svn.cc65.org/cc65/trunk@2217 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
4206a39ffc
commit
286a9e3f8a
@ -7,7 +7,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include "_file.h"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user