--- libgale/wcwidth.c.orig	Mon Dec 30 21:08:50 2002
+++ libgale/wcwidth.c	Thu Apr 21 15:02:47 2005
@@ -6,6 +6,7 @@
  * Markus Kuhn -- 2000-02-08 -- public domain
  */
 
+#ifdef NEED_WCWIDTH
 #include "gale/compat.h"
 
 /* These functions define the column width of an ISO 10646 character
@@ -126,3 +127,4 @@
 
   return width;
 }
+#endif