mirror of
https://github.com/pnx/m16vm
synced 2026-06-16 03:44:55 +02:00
src/vm.c: include unistd.h
This commit is contained in:
parent
540e3b7fa6
commit
8c7ebdb232
1 changed files with 1 additions and 0 deletions
1
src/vm.c
1
src/vm.c
|
|
@ -24,6 +24,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include "cpu.h"
|
||||
|
||||
// Load program from file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue