Skip to content

Commit 03a0f9d

Browse files
committed
- Add missing include.
1 parent 2e02282 commit 03a0f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqli/mysqli_driver.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include "ext/standard/info.h"
2828
#include "php_mysqli_structs.h"
2929
#include "zend_exceptions.h"
30-
30+
#include "mysqli_fe.h"
3131

3232
#define MAP_PROPERTY_MYG_BOOL_READ(name, value) \
3333
static int name(mysqli_object *obj, zval **retval TSRMLS_DC) \

0 commit comments

Comments
 (0)