repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git]
/
pkgs
/
applications
/
misc
/
udevil
/
device-info-sys-stat.patch
blob
554682108e39a8594c3203e519a44281472a177a
1
diff --git a/src/device-info.h b/src/device-info.h
2
index 6cb3683..ddac24c 100644
3
--- a/src/device-info.h
4
+++ b/src/device-info.h
5
@@ -18,7 +18,8 @@
6
// intltool
7
#include <glib/gi18n.h>
8
9
-
10
+// stat
11
+#include <sys/stat.h>
12
13
typedef struct device_t {
14
struct udev_device *udevice;