mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix [-Wundef] warning in POSIX extension
This commit is contained in:
parent
616bf43978
commit
f677251ceb
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#if HAVE_POSIX
|
||||
#ifdef HAVE_POSIX
|
||||
#ifndef DLEXPORT
|
||||
#define DLEXPORT
|
||||
#endif
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue