Fix [-Wundef] warning in POSIX extension

This commit is contained in:
George Peter Banyard 2020-05-20 14:00:14 +02:00
parent 616bf43978
commit f677251ceb
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
#include "config.h"
#endif
#if HAVE_POSIX
#ifdef HAVE_POSIX
#ifndef DLEXPORT
#define DLEXPORT
#endif

View file

@ -25,7 +25,7 @@
#include "php_posix.h"
#include "posix_arginfo.h"
#if HAVE_POSIX
#ifdef HAVE_POSIX
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>