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/sysvshm/php_sysvshm.h | |
parent | c3dd6058df57447216da5dcf38b0aeb35580292a (diff) | |
download | php-git-be3794831d4c651f09b8c0e435f35a1cce0d8f86.tar.gz |
replace typedef by an appropriate include
Diffstat (limited to 'ext/sysvshm/php_sysvshm.h')
-rw-r--r-- | ext/sysvshm/php_sysvshm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sysvshm/php_sysvshm.h b/ext/sysvshm/php_sysvshm.h index 36ec0fb650..07acb47fb7 100644 --- a/ext/sysvshm/php_sysvshm.h +++ b/ext/sysvshm/php_sysvshm.h @@ -33,7 +33,7 @@ extern zend_module_entry sysvshm_module_entry; #ifdef PHP_WIN32 # include <TSRM/tsrm_win32.h> -typedef int key_t; +# include "win32/ipc.h" # ifndef THREAD_LS # define THREAD_LS # endif |