[Xfce4-commits] <tumbler:master> Include string.h (bug #9858).

Nick Schermer noreply at xfce.org
Sat May 4 16:38:01 CEST 2013


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

commit b6cb74a55167e059bcfc4dbb67da9e99848f8e9e
Author: Nick Schermer <nick at xfce.org>
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>


More information about the Xfce4-commits mailing list