From 1ce61efb450e0836690312adf05f99ed6e0f43e7 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Sun, 19 Aug 2018 17:53:22 -0600
Subject: [PATCH] Fix incorrect header include

---
 recipes/sdl/01_orbital.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/sdl/01_orbital.patch b/recipes/sdl/01_orbital.patch
index 02e2f7996..2c9d9c2c1 100644
--- a/recipes/sdl/01_orbital.patch
+++ b/recipes/sdl/01_orbital.patch
@@ -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>
 +
-- 
GitLab