Skip to content

Commit e6a5d92

Browse files
committed
Add missing import
1 parent cb0bfb7 commit e6a5d92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/basic_functions.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include "ext/standard/info.h"
3030
#include "ext/session/php_session.h"
3131
#include "zend_exceptions.h"
32+
#include "zend_attributes.h"
3233
#include "zend_operators.h"
3334
#include "ext/standard/php_dns.h"
3435
#include "ext/standard/php_uuencode.h"

0 commit comments

Comments
 (0)