diff options
author | Oliver Kiddle <opk@zsh.org> | 2024-09-14 19:38:23 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2024-09-14 19:38:23 +0200 |
commit | 701fad5021db0b3d07eaf90013a1ad760aaca78c (patch) | |
tree | 3c6a410d459b6c206b7e5811a0420fe24674c658 /configure.ac | |
parent | 0cd2c953b486c85bc4b7983dee18065d0a53cb04 (diff) | |
download | zsh-701fad5021db0b3d07eaf90013a1ad760aaca78c.tar.gz zsh-701fad5021db0b3d07eaf90013a1ad760aaca78c.zip |
53085: support for BSDs in $ZSH_EXEPATH implementation
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e8f434274..2931f6615 100644 --- a/configure.ac +++ b/configure.ac @@ -636,7 +636,7 @@ fi AC_CHECK_HEADERS(sys/time.h sys/times.h sys/select.h termcap.h termio.h \ termios.h sys/param.h sys/filio.h string.h memory.h \ limits.h fcntl.h libc.h sys/utsname.h sys/resource.h \ - sys/random.h \ + sys/sysctl.h sys/random.h \ locale.h errno.h stdio.h stdarg.h varargs.h stdlib.h \ unistd.h sys/capability.h \ utmp.h utmpx.h sys/types.h pwd.h grp.h poll.h sys/mman.h \ |