* 29k-share/udi/udr.c: Include fcntl.h not sys/fcntl.h. Also put
[deliverable/binutils-gdb.git] / gdb / 29k-share / udi / udr.c
index 9ee646080f7f9032d0e05c111787d53f668bdc2a..e35da326900347f1598c2fc5699f97dcd8206510 100644 (file)
@@ -27,8 +27,13 @@ static char udr_c_AMD[]="@(#)udr.c   2.3, AMD";
 ********************************************************************** HISTORY
 */
 #include <stdio.h>
-#include <sys/fcntl.h>
 #include <sys/types.h>
+
+/* This used to say sys/fcntl.h, but the only systems I know of that
+   require that are old (pre-4.3, at least) BSD systems, which we
+   probably don't need to worry about.  */
+#include <fcntl.h>
+
 #include <sys/socket.h>
 #include "udiproc.h"
 #include "udisoc.h"
This page took 0.022955 seconds and 4 git commands to generate.