From 8d9ec7b631e0a7e521cd385b6244458078c61adc Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Thu, 5 Aug 1993 14:28:32 +0000 Subject: [PATCH] * 29k-share/udi/udip2soc.c: Include fcntl.h not sys/fcntl.h. --- gdb/29k-share/udi/udip2soc.c | 7 ++++++- gdb/ChangeLog | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gdb/29k-share/udi/udip2soc.c b/gdb/29k-share/udi/udip2soc.c index 9232fd83952..feb23b40277 100644 --- a/gdb/29k-share/udi/udip2soc.c +++ b/gdb/29k-share/udi/udip2soc.c @@ -27,7 +27,12 @@ static char udip2soc_c_AMD[]="@(#)udip2soc.c 2.8, AMD"; #include #include #include -#include + +/* 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 + #include #include #include diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 12bb27a5dcf..b552c5c6ab0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Thu Aug 5 08:58:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * 29k-share/udi/udip2soc.c: Include fcntl.h not sys/fcntl.h. + Wed Aug 4 18:32:12 1993 Fred Fish (fnf@cygnus.com) * inflow.c (pass_signal): Signal handlers take one int arg; -- 2.30.2