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