aports/main/gpm/gpm-include-sysmacros.patch
Natanael Copa 2cf47a8f69 main/gpm: move from testing
fixes commit a0805037b5 (main/mc: enable mouse support with gpm)
2022-03-30 11:09:25 +02:00

10 lines
404 B
Diff

--- a/src/daemon/open_console.c
+++ b/src/daemon/open_console.c
@@ -22,6 +22,7 @@
#include <fcntl.h> /* open and co. */
#include <sys/stat.h> /* stat() */
#include <sys/types.h> /* major() */
+#include <sys/sysmacros.h>
#include <sys/ioctl.h> /* ioctl */
/* Linux specific (to be outsourced in gpm2 */