Quellcode durchsuchen

Add back needed include

Marc Di Luzio vor 5 Jahren
Ursprung
Commit
c5c966ad54
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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