git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
14 lines
285 B
Diff
14 lines
285 B
Diff
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;
|