summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd
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 /usr.bin/doscmd
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 'usr.bin/doscmd')
-rw-r--r--usr.bin/doscmd/doscmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/doscmd/doscmd.h b/usr.bin/doscmd/doscmd.h
index c1ed260..e545c29 100644
--- a/usr.bin/doscmd/doscmd.h
+++ b/usr.bin/doscmd/doscmd.h
@@ -48,6 +48,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <ucontext.h>
#include <errno.h>
#include <sys/signalvar.h>
OpenPOWER on IntegriCloud