From 8735da62d2d814c1ff7aac0396968b129ce8a390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 8 Jan 2007 23:55:08 +0000 Subject: [PATCH] should fix the gcc4 build git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19752 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/coreutils/lib/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/coreutils/lib/config.h b/src/bin/coreutils/lib/config.h index b0af3d0006..93252300f6 100644 --- a/src/bin/coreutils/lib/config.h +++ b/src/bin/coreutils/lib/config.h @@ -1365,7 +1365,7 @@ #define HAVE_WCTYPE_H 1 /* Define to 1 if you have the `wcwidth' function. */ -/* #undef HAVE_WCWIDTH */ +#define HAVE_WCWIDTH 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_WINSOCK2_H */