Skip to content

Commit 97f2270

Browse files
committed
Fix ext/intl build with phpize
Fixes bug #64284.
1 parent fa3cb86 commit 97f2270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/intl/converter/converter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include <unicode/ucnv.h>
2222
#include <unicode/ustring.h>
2323

24-
#include "ext/intl/intl_error.h"
24+
#include "../intl_error.h"
2525

2626
typedef struct _php_converter_object {
2727
zend_object obj;

0 commit comments

Comments
 (0)