From 6eb5949dd99d174393465069c2fd0bab32deddcc Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Mon, 28 Dec 2015 00:06:36 +0000 Subject: gettext-0.19.7 --- gettext-runtime/intl/osdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gettext-runtime/intl/osdep.c') diff --git a/gettext-runtime/intl/osdep.c b/gettext-runtime/intl/osdep.c index 7143d82..eda9d28 100644 --- a/gettext-runtime/intl/osdep.c +++ b/gettext-runtime/intl/osdep.c @@ -1,5 +1,5 @@ /* OS dependent parts of libintl. - Copyright (C) 2001-2002, 2006 Free Software Foundation, Inc. + Copyright (C) 2001-2002, 2006, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -16,7 +16,7 @@ #if defined __CYGWIN__ || defined __MINGW32__ # include "intl-exports.c" -#elif defined __EMX__ +#elif defined __EMX__ && !defined __KLIBC__ # include "os2compat.c" #else /* Avoid AIX compiler warning. */ -- cgit v1.2.1