diff options
| author | Piotr Pawłow <pp@siedziba.pl> | 2016-09-23 02:34:01 +0200 |
|---|---|---|
| committer | Piotr Pawłow <pp@siedziba.pl> | 2016-09-23 05:27:42 +0200 |
| commit | 974fdb4cfe72fa83c3eefd2ba4c3741c155a46ae (patch) | |
| tree | e5f2e7f24437f4eb48bef19975b21739d65743b2 /php_imlib.c | |
| parent | 469cf3df58f7d076a62c51c1df2163d23989f924 (diff) | |
Include info table header.
Diffstat (limited to 'php_imlib.c')
| -rw-r--r-- | php_imlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php_imlib.c b/php_imlib.c index e1a2828..7adbd8f 100644 --- a/php_imlib.c +++ b/php_imlib.c @@ -22,6 +22,7 @@ #include "php_imlib.h" #include "php_globals.h" #include "php_open_temporary_file.h" +#include "ext/standard/info.h" /* #define IMLIB_DEBUG */ |
