mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-15 01:23:35 +02:00
Closes: https://bugs.gentoo.org/945124 Signed-off-by: Hoël Bézier <hoelbezier@riseup.net> Signed-off-by: Sam James <sam@gentoo.org>
15 lines
279 B
Diff
15 lines
279 B
Diff
# Fixes #945124
|
|
diff --git a/src/device-info.h b/src/device-info.h
|
|
index 6cb3683..f3e6c8a 100644
|
|
--- a/src/device-info.h
|
|
+++ b/src/device-info.h
|
|
@@ -10,6 +10,9 @@
|
|
// glib
|
|
#include <glib.h>
|
|
|
|
+// POSIX
|
|
+#include <sys/stat.h>
|
|
+
|
|
// udev
|
|
#include <libudev.h>
|
|
#include <fcntl.h>
|