]> git.pld-linux.org Git - packages/conky.git/commitdiff
- fix problem with redefinition of structs
authorlisu <lisu@pld-linux.org>
Sun, 30 Mar 2008 19:05:50 +0000 (19:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    conky-headers.patch -> 1.1

conky-headers.patch [new file with mode: 0644]

diff --git a/conky-headers.patch b/conky-headers.patch
new file mode 100644 (file)
index 0000000..6fc0583
--- /dev/null
@@ -0,0 +1,12 @@
+--- conky-1.5.0/src/linux.c~   2008-03-23 00:02:32.000000000 +0100
++++ conky-1.5.0/src/linux.c    2008-03-30 20:44:06.510038197 +0200
+@@ -52,6 +52,9 @@
+ #include <linux/sockios.h>
+ #include <net/if.h>
+ #include <arpa/inet.h>
++#ifdef _NET_IF_H
++#define _LINUX_IF_H
++#endif
+ #include <linux/route.h>
+ #include <math.h>
This page took 0.056306 seconds and 4 git commands to generate.