Fixed include file's path.
This commit is contained in:
parent
492540946f
commit
598c5bb063
@ -6,7 +6,7 @@ This program strips off the FreeBSD a.out header!
|
||||
|
||||
************************************************************************/
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/fcntl.h>
|
||||
|
||||
unsigned char rom[ROMSIZE];
|
||||
unsigned int sum;
|
||||
|
Loading…
Reference in New Issue
Block a user