summary refs log tree commit diff
path: root/signal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'signal/Makefile')
-rw-r--r--signal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/signal/Makefile b/signal/Makefile
index ee15a2c5f9..9d19a963a5 100644
--- a/signal/Makefile
+++ b/signal/Makefile
@@ -22,7 +22,8 @@
 subdir	:= signal
 
 headers	:= signal.h sys/signal.h bits/signum.h bits/sigcontext.h \
-	   bits/sigaction.h bits/sigset.h bits/siginfo.h bits/sigstack.h
+	   bits/sigaction.h bits/sigset.h bits/siginfo.h bits/sigstack.h \
+	   bits/sigthread.h
 
 routines	:= signal raise killpg \
 		   sigaction sigprocmask kill \