summaryrefslogtreecommitdiffstats
path: root/intl/osdep.c
diff options
context:
space:
mode:
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;