diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-01-19 22:33:25 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-01-19 22:33:25 +0000 |
| commit | 216d041717f86ffc95b0247465c6e2e93842dbd0 (patch) | |
| tree | bede7ff470854d691a2b135f595160be7526d44d /ext | |
| parent | d291b4351ef950e691579036cd3a772d1c0246a0 (diff) | |
| download | php-git-216d041717f86ffc95b0247465c6e2e93842dbd0.tar.gz | |
MFH
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/imap/config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/imap/config.m4 b/ext/imap/config.m4 index c7f8c1312a..7397701b6f 100644 --- a/ext/imap/config.m4 +++ b/ext/imap/config.m4 @@ -123,6 +123,7 @@ if test "$PHP_IMAP" != "no"; then CFLAGS="-I$IMAP_INC_DIR" AC_CACHE_CHECK(for utf8_mime2text signature, ac_cv_utf8_mime2text, AC_TRY_COMPILE([ +#include <stdio.h> #include <c-client.h> ],[ SIZEDTEXT *src, *dst; |
