Browse Source

Missing ifdef here

Fixes bug 60811
pull/12/head
Rasmus Lerdorf 14 years ago
parent
commit
6f27b1f1a6
  1. 2
      sapi/fpm/fpm/fpm_conf.c

2
sapi/fpm/fpm/fpm_conf.c

@ -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;

Loading…
Cancel
Save