From 450a95230e153eb6cf28c1f95eae7c1f34b081ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Fri, 14 May 2004 08:57:02 +0000 Subject: [PATCH] Should fix the build of sharutils (NLS is still off ...) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7574 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/sharutils-4.2.1/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/bin/sharutils-4.2.1/config.h b/src/apps/bin/sharutils-4.2.1/config.h index 87548e008a..0fb19898c0 100644 --- a/src/apps/bin/sharutils-4.2.1/config.h +++ b/src/apps/bin/sharutils-4.2.1/config.h @@ -218,3 +218,5 @@ /* Define if you have the intl library (-lintl). */ /* #undef HAVE_LIBINTL */ + +#include "../intl/libgettext.h"