summaryrefslogtreecommitdiff
path: root/ext/shmop/php_shmop.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-10-10 13:17:15 +0200
committerAnatol Belski <ab@php.net>2015-10-10 17:31:40 +0200
commitbe3794831d4c651f09b8c0e435f35a1cce0d8f86 (patch)
treec39499b2204a5dd3b3e994e34ded69ea1cebd7ec /ext/shmop/php_shmop.h
parentc3dd6058df57447216da5dcf38b0aeb35580292a (diff)
downloadphp-git-be3794831d4c651f09b8c0e435f35a1cce0d8f86.tar.gz
replace typedef by an appropriate include
Diffstat (limited to 'ext/shmop/php_shmop.h')
-rw-r--r--ext/shmop/php_shmop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shmop/php_shmop.h b/ext/shmop/php_shmop.h
index 805f3a380c..71ab801a50 100644
--- a/ext/shmop/php_shmop.h
+++ b/ext/shmop/php_shmop.h
@@ -38,7 +38,7 @@ PHP_FUNCTION(shmop_write);
PHP_FUNCTION(shmop_delete);
#ifdef PHP_WIN32
-typedef int key_t;
+# include "win32/ipc.h"
#endif
struct php_shmop