1
0
mirror of https://github.com/aap/pdp6.git synced 2026-03-28 19:02:09 +00:00

Merge pull request #32 from stevefalco/fix_compile_bug

Need unistd.h header file
This commit is contained in:
aap
2024-07-27 18:46:26 +02:00
committed by GitHub

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;