1
0
mirror of https://github.com/aap/pdp6.git synced 2026-02-26 17:03:52 +00:00

Need unistd.h header file

This commit is contained in:
Steven A. Falco
2024-06-15 10:13:31 -04:00
parent 22868594bd
commit 84e7518776

View File

@@ -1,6 +1,7 @@
#include "pdp6.h"
#include <signal.h>
#include <SDL2/SDL.h>
#include <unistd.h>
char *joy_ident = JOY_IDENT;
char *ojoy_ident = OJOY_IDENT;