Updating branch refs/heads/master
         to b6cb74a55167e059bcfc4dbb67da9e99848f8e9e (commit)
       from be2f1a679d4592d475a84ceb0eef63915da0c0b3 (commit)

commit b6cb74a55167e059bcfc4dbb67da9e99848f8e9e
Author: Nick Schermer <[email protected]>
Date:   Sat May 4 16:36:15 2013 +0200

    Include string.h (bug #9858).

 plugins/xdg-cache/xdg-cache-cache.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/plugins/xdg-cache/xdg-cache-cache.c 
b/plugins/xdg-cache/xdg-cache-cache.c
index 435726e..74fe3ad 100644
--- a/plugins/xdg-cache/xdg-cache-cache.c
+++ b/plugins/xdg-cache/xdg-cache-cache.c
@@ -23,6 +23,7 @@
 #endif
 
 #include <stdlib.h>
+#include <string.h>
 
 #include <glib.h>
 #include <glib/gstdio.h>
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to