* 29k-share/udi/udip2soc.c: Include sys/types.h before sys/file.h.
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 5 Aug 1993 19:06:24 +0000 (19:06 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 5 Aug 1993 19:06:24 +0000 (19:06 +0000)
gdb/29k-share/udi/udip2soc.c
gdb/ChangeLog

index feb23b4027792546dfefd2f9f18e64dd54742efd..ec7a8fbe19e2235f0f601868b9a4ef983206b71f 100644 (file)
@@ -26,6 +26,10 @@ static  char udip2soc_c_AMD[]="@(#)udip2soc.c        2.8, AMD";
 */
 #include <stdio.h>
 #include <string.h>
+
+/* Before sys/file.h for Unixware.  */
+#include <sys/types.h>
+
 #include <sys/file.h>
 
 /* This used to say sys/fcntl.h, but the only systems I know of that
@@ -36,7 +40,6 @@ static  char udip2soc_c_AMD[]="@(#)udip2soc.c 2.8, AMD";
 #include <sys/wait.h>
 #include <sys/time.h>
 #include <sys/resource.h>
-#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <netdb.h>
index baa5f01b2b60b9566a93866accc881c2157f382c..bea5ebc10321a8f1f928a1ac113a7b1d646a8260 100644 (file)
@@ -1,5 +1,7 @@
 Thu Aug  5 08:58:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * 29k-share/udi/udip2soc.c: Include sys/types.h before sys/file.h.
+
        * config/i386/tm-i386bsd.h (NUM_REGS):  There are only 10, not 11.
 
        * inflow.c: Put all uses of F_GETFL and F_SETFL in #ifdef F_GETFL.