From b22b1ab1510a9e9cc589bf6e809db7b297cf69b1 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 3 Nov 2001 14:30:21 +0000 Subject: If we check for 'ENABLE_NLS', we need to include . Fix 'redefinition of _' compile warnings due to broken copy & pasted macro in the camlibs. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2892 67ed7778-7388-44ab-90cf-0a291f65f57c --- camlibs/barbie/barbie.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'camlibs/barbie/barbie.c') diff --git a/camlibs/barbie/barbie.c b/camlibs/barbie/barbie.c index 45a2c7d91..e892e31b9 100644 --- a/camlibs/barbie/barbie.c +++ b/camlibs/barbie/barbie.c @@ -1,3 +1,5 @@ +#include + #include #include #include @@ -11,7 +13,6 @@ # ifdef gettext_noop # define N_(String) gettext_noop (String) # else -# define _(String) (String) # define N_(String) (String) # endif #else -- cgit v1.2.1