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/sys-apps/udevil/files/udevil-0.4.4-stat.patch

12 lines
234 B

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>