Browse Source

Add back needed include

Marc Di Luzio 5 years ago
parent
commit
c5c966ad54
1 changed files with 1 additions and 0 deletions
  1. 1 0
      daemon/gamemode.h

+ 1 - 0
daemon/gamemode.h

@@ -32,6 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
 #pragma once
 
 #include <stdbool.h>
+#include <sys/types.h>
 
 #define INVALID_PROCFD -1