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 06034fee8e..4596112f0a 100644
--- a/signal/Makefile
+++ b/signal/Makefile
@@ -31,7 +31,7 @@ headers := signal.h sys/signal.h \
 	   bits/types/sigevent_t.h bits/types/siginfo_t.h \
 	   bits/types/sigset_t.h bits/types/sigval_t.h \
 	   bits/types/stack_t.h bits/types/struct_sigstack.h \
-	   bits/types/__sigval_t.h
+	   bits/types/__sigval_t.h bits/signal_ext.h
 
 routines	:= signal raise killpg \
 		   sigaction sigprocmask kill \