mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
fix stdint usage
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
#ifndef REDIS_ARRAY_H
|
||||
#define REDIS_ARRAY_H
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
#include "win32/php_stdint.h"
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#include "common.h"
|
||||
|
||||
void redis_destructor_redis_array(zend_rsrc_list_entry * rsrc TSRMLS_DC);
|
||||
|
||||
Reference in New Issue
Block a user