[Xfce4-commits] <ristretto:ristretto-0.0> Add string.h header to prevent a compiler warning
Stephan Arts
noreply at xfce.org
Sun Oct 23 19:12:14 CEST 2011
Updating branch refs/heads/ristretto-0.0
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