1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-23 01:31:27 +01:00

53092: silence deprecated header warning on older Linux systems

This commit is contained in:
Oliver Kiddle 2024-09-18 10:53:41 +02:00
parent 8ad625d90c
commit ad4afde923
2 changed files with 5 additions and 1 deletions

View file

@ -36,7 +36,7 @@
#include "version.h"
#ifdef HAVE_SYS_SYSCTL_H
#if defined(HAVE_SYS_SYSCTL_H) && !defined(__linux)
#include <sys/sysctl.h>
#endif