blob: df5b644e46108521dfc7939b6f95f11ab66ac292 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- 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:
|