File: device-info-sys-stat.patch

package info (click to toggle)
udevil 0.4.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,608 kB
  • sloc: sh: 12,733; ansic: 6,018; makefile: 69
file content (15 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix FTBFS with gcc-5.
Author: Vladimir Lomov <lomov.vl@gmail.com>

--- 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;