1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

Fixed compile warnings. HAVE_ defines cannot work without the header that

defines them.
This commit is contained in:
Ilia Alshanetsky
2003-09-17 05:42:57 +00:00
parent d62c9f33d9
commit a7f2ec3cdb
4 changed files with 8 additions and 0 deletions
@@ -27,6 +27,8 @@
*
*/
#include "php.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@@ -28,6 +28,8 @@
*
*/
#include "php.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@@ -28,6 +28,8 @@
*
*/
#include "php.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@@ -28,6 +28,8 @@
*
*/
#include "php.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif