[Xfce4-commits] <ristretto:master> Add string.h header to prevent a compiler warning

Stephan Arts stephan at xfce.org
Wed Aug 12 12:16:14 CEST 2009


Updating branch refs/heads/master
         to 79b6826f644c87e459531d01f1f50458a3925678 (commit)
       from f28d501a4b94c752e2ad1e6ab4c8d06086a57907 (commit)

commit 79b6826f644c87e459531d01f1f50458a3925678
Author: Stephan Arts <stephan at xfce.org>
Date:   Sat Feb 21 17:31:54 2009 +0100

    Add string.h header to prevent a compiler warning

 src/image.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/image.c b/src/image.c
index 3ca403d..a717cca 100644
--- a/src/image.c
+++ b/src/image.c
@@ -24,6 +24,8 @@
 
 #include <libexif/exif-data.h>
 
+#include <string.h>
+
 #include "image.h"
 #include "image_cache.h"
 #include "image_transformation.h"



More information about the Xfce4-commits mailing list