summaryrefslogtreecommitdiff
path: root/ext/sysvshm
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/sysvshm
parentc3dd6058df57447216da5dcf38b0aeb35580292a (diff)
downloadphp-git-be3794831d4c651f09b8c0e435f35a1cce0d8f86.tar.gz
replace typedef by an appropriate include
Diffstat (limited to 'ext/sysvshm')
-rw-r--r--ext/sysvshm/php_sysvshm.h2
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