summaryrefslogtreecommitdiffstats
path: root/intl/osdep.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-01-10 14:23:16 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 00:55:25 +0200
commit6f8f12c909e457290bb27598311c13e8e17274ef (patch)
treeb4b1a86953e8f403646f7f895431535293aeb65a /intl/osdep.c
parent0090d45000708d983e1f6d4b37e5cac3fbad824d (diff)
downloadexternal_gettext-6f8f12c909e457290bb27598311c13e8e17274ef.zip
external_gettext-6f8f12c909e457290bb27598311c13e8e17274ef.tar.gz
external_gettext-6f8f12c909e457290bb27598311c13e8e17274ef.tar.bz2
Improved OS/2 support.
Diffstat (limited to 'intl/osdep.c')
-rw-r--r--intl/osdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/osdep.c b/intl/osdep.c
index c374c95..b372598 100644
--- a/intl/osdep.c
+++ b/intl/osdep.c
@@ -1,5 +1,5 @@
/* OS dependent parts of libintl.
- Copyright (C) 2001 Free Software Foundation, Inc.
+ Copyright (C) 2001-2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published
@@ -17,7 +17,7 @@
USA. */
#if defined __EMX__
-# include "os2.c"
+# include "os2compat.c"
#else
/* Avoid AIX compiler warning. */
typedef int dummy;