commit c1c21a4
Michael Forney
·
2018-11-10 08:45:45 +0000 UTC
parent 20c1856
launch: Include sys/sysmacros.h for glibc Fixes #47.
1 files changed,
+1,
-0
+1,
-0
1@@ -40,6 +40,7 @@
2 #include <sys/stat.h>
3 #include <sys/wait.h>
4 #include <sys/ioctl.h>
5+#include <sys/sysmacros.h>
6 #include <linux/input.h>
7 #include <linux/kd.h>
8 #include <linux/major.h>