diff src/geo.c @ 18:0f3baa488a62

Support solid color paint for fill.
author Thinker K.F. Li <thinker@branda.to>
date Sat, 02 Aug 2008 14:45:42 +0800
parents 41f0907b27ac
children 21db69d46835
line wrap: on
line diff
--- a/src/geo.c	Fri Aug 01 23:32:22 2008 +0800
+++ b/src/geo.c	Sat Aug 02 14:45:42 2008 +0800
@@ -5,6 +5,7 @@
  * figures out components that should be re-drawed.
  */
 #include <stdio.h>
+#include <string.h>
 #include "mb_types.h"
 
 static int is_scale_overlay(co_aix x1, co_aix w1, co_aix x2, co_aix w2) {