aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/signalvar.h
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-05-14 15:00:24 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-05-14 15:00:24 +0000
commitce130a9573a1fb11258b1e1a7fe0859ef3c7f96e (patch)
tree0f6fcef34c8deccc76661877fea5f60011b438b8 /sys/sys/signalvar.h
parentb3c957133a96a4811f5569d5743c36cc491f2245 (diff)
downloadsrc-ce130a9573a1fb11258b1e1a7fe0859ef3c7f96e.tar.gz
src-ce130a9573a1fb11258b1e1a7fe0859ef3c7f96e.zip
Add <sys/queue.h> to unbreak world.
Approved by: re (scottl)
Notes
Notes: svn path=/head/; revision=114995
Diffstat (limited to 'sys/sys/signalvar.h')
-rw-r--r--sys/sys/signalvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/signalvar.h b/sys/sys/signalvar.h
index 5635ab2a4e6c..9e1b908027b8 100644
--- a/sys/sys/signalvar.h
+++ b/sys/sys/signalvar.h
@@ -37,6 +37,7 @@
#ifndef _SYS_SIGNALVAR_H_
#define _SYS_SIGNALVAR_H_
+#include <sys/queue.h>
#include <sys/_lock.h>
#include <sys/_mutex.h>
#include <sys/signal.h>