summaryrefslogtreecommitdiff
path: root/ext/posix/php_posix.h
diff options
context:
space:
mode:
authorGeorge Peter Banyard <girgias@php.net>2020-05-20 14:00:14 +0200
committerGeorge Peter Banyard <girgias@php.net>2020-05-20 14:01:11 +0200
commitf677251ceb278c771ec1c6a17fc8674efea60f42 (patch)
tree77a78135cfcc7bcacc0c26974203ef1db33f91e9 /ext/posix/php_posix.h
parent616bf439789e3c6d2f0d99a94dca9921818955c2 (diff)
downloadphp-git-f677251ceb278c771ec1c6a17fc8674efea60f42.tar.gz
Fix [-Wundef] warning in POSIX extension
Diffstat (limited to 'ext/posix/php_posix.h')
-rw-r--r--ext/posix/php_posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/php_posix.h b/ext/posix/php_posix.h
index 55a096dc59..590d613bd4 100644
--- a/ext/posix/php_posix.h
+++ b/ext/posix/php_posix.h
@@ -21,7 +21,7 @@
#include "config.h"
#endif
-#if HAVE_POSIX
+#ifdef HAVE_POSIX
#ifndef DLEXPORT
#define DLEXPORT
#endif