mirror of
https://github.com/php/php-src.git
synced 2024-11-29 21:04:10 +08:00
- fix bug #16008
This commit is contained in:
parent
48da8216f9
commit
ddf0fac996
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user