Skip to content

Commit 08f202e

Browse files
authored
fix phpredis#1796 missing include (phpredis#1800)
1 parent 13a168f commit 08f202e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redis.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <standard/php_random.h>
3131
#include <zend_exceptions.h>
3232
#include <ext/standard/info.h>
33+
#include <ext/hash/php_hash.h>
3334

3435

3536
#ifdef PHP_SESSION

0 commit comments

Comments
 (0)