diff options
author | Anatol Belski <ab@php.net> | 2015-10-10 13:17:15 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-10-10 17:31:40 +0200 |
commit | be3794831d4c651f09b8c0e435f35a1cce0d8f86 (patch) | |
tree | c39499b2204a5dd3b3e994e34ded69ea1cebd7ec /ext/shmop/php_shmop.h | |
parent | c3dd6058df57447216da5dcf38b0aeb35580292a (diff) | |
download | php-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.h | 2 |
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 |