about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/misc/udevil/device-info-sys-stat.patch
blob: 554682108e39a8594c3203e519a44281472a177a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src/device-info.h b/src/device-info.h
index 6cb3683..ddac24c 100644
--- a/src/device-info.h
+++ b/src/device-info.h
@@ -18,7 +18,8 @@
 // intltool
 #include <glib/gi18n.h>
 
-
+// stat
+#include <sys/stat.h>
 
 typedef struct device_t  {
     struct udev_device *udevice;