mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
Fix incorrect header include
This commit is contained in:
parent
c49323d8bc
commit
1ce61efb45
@ -416,9 +416,9 @@ diff -rupNw source-original/src/video/orbital/SDL_orbitalvideo.c source/src/vide
|
||||
+#include "SDL_orbitalevents_c.h"
|
||||
+#include "SDL_orbitalmouse_c.h"
|
||||
+
|
||||
+#include <fcntl.h>
|
||||
+#include <sys/types.h>
|
||||
+#include <sys/stat.h>
|
||||
+#include <sys/fcntl.h>
|
||||
+#include <sys/redox.h>
|
||||
+#include <unistd.h>
|
||||
+
|
||||
|
||||
Loading…
Reference in New Issue
Block a user