--- libgale/wcwidth.c.orig	Mon Jul  2 17:35:54 2001
+++ libgale/wcwidth.c	Mon Jul  2 17:37:48 2001
@@ -6,7 +6,11 @@
  * Markus Kuhn -- 2000-02-08 -- public domain
  */
 
+#ifdef __FreeBSD__
+#include <rune.h>
+#else /* __FreeBSD__ */
 #include <wchar.h>
+#endif /* __FreeBSD__ */
 
 /* These functions define the column width of an ISO 10646 character
  * as follows:
