Codebase list frei0r / 3d4cd1c debian / patches / 020130314~e803035.patch
3d4cd1c

Tree @3d4cd1c (Download .tar.gz)

020130314~e803035.patch @3d4cd1craw · history · blame

Author: Dan Dennedy <dan@dennedy.org>
Last-Update: 2013-03-14
Forwarded: yes
Origin: upstream, http://git.dyne.org/frei0r/commit/?id=e803035
Description: Fix missing string.h include.

---
 include/frei0r_cairo.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/frei0r_cairo.h b/include/frei0r_cairo.h
index 4e545cb..d82e115 100644
--- a/include/frei0r_cairo.h
+++ b/include/frei0r_cairo.h
@@ -21,6 +21,7 @@
 
 
 #include <cairo.h>
+#include <string.h>
 
 /**
 * String identifiers for gradient types available using Cairo.
-- 
2.0.0.rc2