From: George Peter Banyard Date: Wed, 20 May 2020 15:36:20 +0000 (+0200) Subject: More [-Wundef] warnings fixed in POSIX extension X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6930bcfba01871cbf777b713fa94d51e342ee5e;p=php More [-Wundef] warnings fixed in POSIX extension Forgot to squash this into the other commit --- diff --git a/ext/posix/posix.c b/ext/posix/posix.c index c623b5406f..090f47a795 100644 --- a/ext/posix/posix.c +++ b/ext/posix/posix.c @@ -40,10 +40,10 @@ #include #include #include -#if HAVE_SYS_MKDEV_H +#ifdef HAVE_SYS_MKDEV_H # include #endif -#if HAVE_SYS_SYSMACROS_H +#ifdef HAVE_SYS_SYSMACROS_H # include #endif