<sys/types.h> before <fcntl.h>
authorAsbjørn Pettersen <asbjoer@src.gnome.org>
Sun, 28 Mar 1999 14:34:31 +0000 (14:34 +0000)
committerAsbjørn Pettersen <asbjoer@src.gnome.org>
Sun, 28 Mar 1999 14:34:31 +0000 (14:34 +0000)
svn path=/trunk/; revision=727

intl/ChangeLog
intl/loadmsgcat.c

index ecff6f6..f738f68 100644 (file)
@@ -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.
index 73e90a9..7a7d9d9 100644 (file)
@@ -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