summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--intl/ChangeLog5
-rw-r--r--intl/loadmsgcat.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog
index ecff6f6b..f738f68d 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,3 +1,8 @@
+Sun Mar 28 16:32:00 1999 ape@spacetec.no (Asbjorn Pettersen)
+
+ * loadmsgcat.c: include <sys/types.h> before <fcntl.h>
+ OS/2 version fails if not.
+
1997-09-06 02:10 Ulrich Drepper <drepper@cygnus.com>
* intlh.inst.in: Reformat copyright.
diff --git a/intl/loadmsgcat.c b/intl/loadmsgcat.c
index 73e90a91..7a7d9d9d 100644
--- a/intl/loadmsgcat.c
+++ b/intl/loadmsgcat.c
@@ -19,8 +19,8 @@
# include <config.h>
#endif
-#include <fcntl.h>
#include <sys/types.h>
+#include <fcntl.h>
#include <sys/stat.h>
#if defined STDC_HEADERS || defined _LIBC