mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 09:58:50 +03:00
15 lines
285 B
Diff
15 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;
|