Skip to content

Commit

Permalink
Merge branch 'pull-request/1507'
Browse files Browse the repository at this point in the history
* pull-request/1507:
  Include config.h instead of php_config.h in gd_compat.c to have the configure variable available in outside-of-the-tree module build
  • Loading branch information
smalyshev committed Oct 18, 2015
2 parents b246606 + 82c0156 commit abaf1d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ext/gd/gd_compat.c
@@ -1,4 +1,6 @@
#include "php_config.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifdef HAVE_GD_PNG
/* needs to be first */
Expand Down

0 comments on commit abaf1d5

Please sign in to comment.