You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/mx5000tools/files/mx5000tools-0.1.2_p20190613...

21 lines
475 B

--- a/libmx5000/mx5000screencontent.c
+++ b/libmx5000/mx5000screencontent.c
@@ -27,6 +27,7 @@
#include <asm/types.h>
#include <linux/hiddev.h>
+#include <linux/limits.h>
#include "libmx5000/mx5000screencontent.h"
#include "libmx5000/mx5000.h"
--- a/libmx5000/hidraw_lib.c
+++ b/libmx5000/hidraw_lib.c
@@ -8,6 +8,7 @@
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
+#include <linux/limits.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>