mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-07 21:55:04 +02:00
Closes: https://bugs.gentoo.org/906195 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
20 lines
475 B
Diff
20 lines
475 B
Diff
--- 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>
|