commit c1c21a4de348bca48bd889e2f2c58697e57b5b89
parent 20c18561761ad99a9c1ef34005aef1ef1e5fce9f
Author: Michael Forney <mforney@mforney.org>
Date: Sat, 10 Nov 2018 00:45:45 -0800
launch: Include sys/sysmacros.h for glibc
Fixes #47.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/launch/launch.c b/launch/launch.c
@@ -40,6 +40,7 @@
#include <sys/stat.h>
#include <sys/wait.h>
#include <sys/ioctl.h>
+#include <sys/sysmacros.h>
#include <linux/input.h>
#include <linux/kd.h>
#include <linux/major.h>