summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-01 16:39:45 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-01 16:54:46 -0500
commitf36908de33c60f6cca3a6ae8be625d8f25e1c7ac (patch)
tree05f159497be516a2531db6e02a2ce7d893884489 /SConstruct
parent2fc6e113f6bf6be333b248dea26a2e9b950a43a1 (diff)
downloadlighttpd-git-f36908de33c60f6cca3a6ae8be625d8f25e1c7ac.tar.gz
[core] server.core-files support on FreeBSD (fixes #3128)
(thx devnexen) x-ref: "server.core-files support on FreeBSD proposal" https://redmine.lighttpd.net/issues/3128
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index acb9b1b3..18c9d059 100644
--- a/SConstruct
+++ b/SConstruct
@@ -388,6 +388,7 @@ if 1:
'sys/loadavg.h',
'sys/poll.h',
'sys/prctl.h',
+ 'sys/procctl.h',
'sys/sendfile.h',
'sys/time.h',
'sys/wait.h',