]> granicus.if.org Git - php/commitdiff
Fix ext/intl build with phpize
authorGustavo Lopes <glopes@nebm.ist.utl.pt>
Sat, 23 Feb 2013 23:30:08 +0000 (00:30 +0100)
committerGustavo Lopes <glopes@nebm.ist.utl.pt>
Sat, 23 Feb 2013 23:49:01 +0000 (00:49 +0100)
Fixes bug #64284.

ext/intl/converter/converter.c

index 387760a9d18c876fbdc33e593d40952e1c26b11c..5f2d1e7fa797a5f7c38cbb9879922007aac22c9f 100644 (file)
@@ -21,7 +21,7 @@
 #include <unicode/ucnv.h>
 #include <unicode/ustring.h>
 
-#include "ext/intl/intl_error.h"
+#include "../intl_error.h"
 
 typedef struct _php_converter_object {
        zend_object obj;