Missing ifdef here

Fixes bug 60811
This commit is contained in:
Rasmus Lerdorf 2012-01-19 22:35:22 +00:00
parent cbdfc93154
commit a5c3078c3f

View File

@ -1171,7 +1171,9 @@ static void fpm_conf_ini_parser_include(char *inc, void *arg TSRMLS_DC) /* {{{ *
{
char *filename;
int *error = (int *)arg;;
#ifdef HAVE_GLOB
glob_t g;
#endif
int i;
if (!inc || !arg) return;