Explorar el Código

Add back needed include

Marc Di Luzio hace 5 años
padre
commit
c5c966ad54
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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