From ba086d6f1a4ab644fce26205d4c517d7634e9bec Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sat, 24 Feb 2024 09:09:33 +0000 Subject: [PATCH] guard syslog.h --- libntfs-3g/ioctl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libntfs-3g/ioctl.c b/libntfs-3g/ioctl.c index b059a53f..a3a56722 100644 --- a/libntfs-3g/ioctl.c +++ b/libntfs-3g/ioctl.c @@ -48,7 +48,9 @@ #ifdef HAVE_LIMITS_H #include #endif +#ifdef HAVE_SYSLOG_H #include +#endif #ifdef HAVE_SYS_TYPES_H #include #endif