mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-29 08:28:08 -07:00
Also dropped unneeded eutils, in favor of epatch in the -r1 ebuild and nothing in the -r2 -r3 ebuilds. Package-Manager: Portage-2.3.28, Repoman-2.3.9
12 lines
234 B
Diff
12 lines
234 B
Diff
Fixes bug #552072. Thanks Helmut Jarausch.
|
|
--- a/src/device-info.h
|
|
+++ b/src/device-info.h
|
|
@@ -14,6 +14,7 @@
|
|
#include <libudev.h>
|
|
#include <fcntl.h>
|
|
#include <errno.h>
|
|
+#include <sys/stat.h>
|
|
|
|
// intltool
|
|
#include <glib/gi18n.h>
|