Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2015-03-14 02:30:33 +0300
committermichael-grunder <michael.grunder@gmail.com>2015-05-06 01:22:40 +0300
commit69c6c04eec840389d4af7fddef55778ec3c29bb4 (patch)
tree4a81eab2eea6958ffe6e7bb4da148fa1c04341b4 /redis_array_impl.h
parentdad6cd9aecc866602613e39819a4371afeac85fc (diff)
Added RedisArray and RedisCluster to config.w32 and more win32 fixes
Manually picked from: 6c377eee18a5a36df71da2498eddbc0cd4f1ba76
Diffstat (limited to 'redis_array_impl.h')
-rw-r--r--redis_array_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/redis_array_impl.h b/redis_array_impl.h
index fa45af8d..db8d7aff 100644
--- a/redis_array_impl.h
+++ b/redis_array_impl.h
@@ -2,10 +2,11 @@
#define REDIS_ARRAY_IMPL_H
#ifdef PHP_WIN32
-#include "win32/php_stdint.h"
+#include <win32/php_stdint.h>
#else
#include <stdint.h>
#endif
+
#include "common.h"
#include "redis_array.h"