Fixed include file's path.

This commit is contained in:
KATO Takenori 1998-03-14 02:35:10 +00:00
parent 492540946f
commit 598c5bb063

View File

@ -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;