summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsbjørn Pettersen <asbjoer@src.gnome.org>1999-03-28 14:34:31 +0000
committerAsbjørn Pettersen <asbjoer@src.gnome.org>1999-03-28 14:34:31 +0000
commit12aef6a85f5fa416578bc88d5f3765b4e237dbb8 (patch)
treef8e40287c8f473dd32143dea7f5362f3171a2547
parent76fa851107ac73b78f153886f17a34fe80b3a9a7 (diff)
downloadgnome-common-12aef6a85f5fa416578bc88d5f3765b4e237dbb8.tar.gz
<sys/types.h> before <fcntl.h>
svn path=/trunk/; revision=727
-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 ecff6f6..f738f68 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 73e90a9..7a7d9d9 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