diff options
Diffstat (limited to 'ext/yp/yp.c')
-rw-r--r-- | ext/yp/yp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/yp/yp.c b/ext/yp/yp.c index 7e680920f2..82ba26b22d 100644 --- a/ext/yp/yp.c +++ b/ext/yp/yp.c @@ -18,6 +18,10 @@ */ /* $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #include "ext/standard/info.h" |