diff options
| author | Derick Rethans <derick@php.net> | 2002-03-11 23:11:04 +0000 | 
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2002-03-11 23:11:04 +0000 | 
| commit | ddf0fac996518c6310492a1499dfe3476169b84c (patch) | |
| tree | b9982a613138cb2602d8429aadb1d83a6b67da55 /ext/imap/php_imap.h | |
| parent | 48da8216f94738460286f730607ef2fdd34a16f9 (diff) | |
| download | php-git-ddf0fac996518c6310492a1499dfe3476169b84c.tar.gz | |
- fix bug #16008
Diffstat (limited to 'ext/imap/php_imap.h')
| -rw-r--r-- | ext/imap/php_imap.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h index a679ae6f7b..d28eb93701 100644 --- a/ext/imap/php_imap.h +++ b/ext/imap/php_imap.h @@ -39,11 +39,11 @@  #if defined(HAVE_IMAP2000) || defined(HAVE_IMAP2001)   /* these are used for quota support */ - #include "c-client.h"	/* includes mail.h and rfc822.h */ - #include "imap4r1.h"	/* location of c-client quota functions */ +# include "c-client.h"	/* includes mail.h and rfc822.h */ +# include "imap4r1.h"	/* location of c-client quota functions */  #else - #include "mail.h" - #include "rfc822.h"  +# include "mail.h" +# include "rfc822.h"   #endif  extern zend_module_entry imap_module_entry; | 
