summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2002-02-17 17:19:14 +0000
committerdeischen <deischen@FreeBSD.org>2002-02-17 17:19:14 +0000
commit030cf60aac08261b833d2e4394c992038f511e71 (patch)
tree6578b1fa42aa89b34e2e3fd6e50c6e5565725bcb /gnu
parentc05ffa48b0af36908b4233c1496e27ceb5d756c8 (diff)
downloadFreeBSD-src-030cf60aac08261b833d2e4394c992038f511e71.zip
FreeBSD-src-030cf60aac08261b833d2e4394c992038f511e71.tar.gz
Don't rely on <sys/signal.h> to include <sys/ucontext.h>.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gdb/freebsd-uthread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/freebsd-uthread.c b/gnu/usr.bin/binutils/gdb/freebsd-uthread.c
index 1c1ea78..714d17c 100644
--- a/gnu/usr.bin/binutils/gdb/freebsd-uthread.c
+++ b/gnu/usr.bin/binutils/gdb/freebsd-uthread.c
@@ -41,6 +41,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "target.h"
#include "inferior.h"
#include <fcntl.h>
+#include <ucontext.h>
#include <unistd.h>
#include <sys/stat.h>
#include "gdbcore.h"
OpenPOWER on IntegriCloud