Skip to content

Commit 9b9ae8e

Browse files
author
Derick Rethans
committed
- We need to install the headers too.
1 parent 6d23aae commit 9b9ae8e

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

ext/iconv/php_iconv.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
#endif
3434

3535
#ifdef PHP_ATOM_INC
36-
#include "php_have_iconv.h"
37-
#include "php_have_libiconv.h"
38-
#include "php_have_glibc_iconv.h"
39-
#include "php_have_bsd_iconv.h"
40-
#include "php_iconv_supports_errno.h"
41-
#include "php_php_iconv_impl.h"
42-
#include "php_php_iconv_h_path.h"
36+
#include "include/php_have_iconv.h"
37+
#include "include/php_have_libiconv.h"
38+
#include "include/php_have_glibc_iconv.h"
39+
#include "include/php_have_bsd_iconv.h"
40+
#include "include/php_iconv_supports_errno.h"
41+
#include "include/php_php_iconv_impl.h"
42+
#include "include/php_php_iconv_h_path.h"
4343
#endif
4444

4545

scripts/Makefile.frag

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ HEADER_DIRS = \
2626
/ \
2727
Zend/ \
2828
TSRM/ \
29+
include/ \
2930
main/ \
3031
main/streams/ \
3132
regex/ \
33+
ext/iconv/ \
3234
ext/libxml/ \
3335
ext/standard/ \
3436
ext/session/ \

0 commit comments

Comments
 (0)