From c43b23bed3b12ce14d17c521ee8f48b0de0462dd Mon Sep 17 00:00:00 2001 From: Nathan Giddings Date: Thu, 9 Nov 2023 21:16:22 -0600 Subject: [PATCH] Added sigaction.h and sighandler.h to installed headers --- include/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index d54621a..a59e461 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,2 +1,3 @@ nobase_include_HEADERS = types/status.h types/syscallid.h types/physaddr.h \ - types/syscallarg.h sys/syscalls.h types/pid.h types/oid.h \ No newline at end of file + types/syscallarg.h sys/syscalls.h types/pid.h types/oid.h \ + types/sigaction.h types/sighandler.h \ No newline at end of file