diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-11 12:29:23 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-11 12:29:23 +0100 |
commit | 407f9b8fde3ad9cc55f39f7a548cde6056dab494 (patch) | |
tree | 0375ea8ddab3502bf6883066f43fc7e328d5c704 /package/glib/patches/patch-gio_gnetworkmonitornetlink_c | |
parent | 2ecefcf609e484d04d1546581191831e07ad71ec (diff) | |
parent | abb858ae43374dc13a5fcef19b9e0ba9442013bb (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/glib/patches/patch-gio_gnetworkmonitornetlink_c')
-rw-r--r-- | package/glib/patches/patch-gio_gnetworkmonitornetlink_c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/glib/patches/patch-gio_gnetworkmonitornetlink_c b/package/glib/patches/patch-gio_gnetworkmonitornetlink_c index a3cac9834..25cc24711 100644 --- a/package/glib/patches/patch-gio_gnetworkmonitornetlink_c +++ b/package/glib/patches/patch-gio_gnetworkmonitornetlink_c @@ -1,10 +1,10 @@ ---- glib-2.36.4.orig/gio/gnetworkmonitornetlink.c 2013-08-07 16:36:32.000000000 +0200 -+++ glib-2.36.4/gio/gnetworkmonitornetlink.c 2013-11-29 17:14:56.000000000 +0100 -@@ -22,6 +22,7 @@ +--- glib-2.38.2.orig/gio/gnetworkmonitornetlink.c 2013-11-12 06:30:22.000000000 +0100 ++++ glib-2.38.2/gio/gnetworkmonitornetlink.c 2014-01-10 19:31:44.888881617 +0100 +@@ -20,6 +20,7 @@ + #include "config.h" + ++#include <string.h> #include <errno.h> #include <unistd.h> -+#include <string.h> - #include "gnetworkmonitornetlink.h" - #include "gcredentials.h" |