Skip to content

Commit 9dd844d

Browse files
committed
Missing header file.
1 parent 77e57bd commit 9dd844d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <zend_exceptions.h>
77
#include "php_redis.h"
88
#include "library.h"
9+
#include <ext/standard/php_math.h>
910

1011
extern zend_class_entry *redis_ce;
1112
extern zend_class_entry *redis_exception_ce;

0 commit comments

Comments
 (0)