diff options
| author | Stefan | 2010-04-13 11:24:07 +0200 |
|---|---|---|
| committer | Stefan | 2010-04-13 11:24:07 +0200 |
| commit | 21f3250b0862db027bf08c95ff8aa8e2ad1ab790 (patch) | |
| tree | 2cc7c7395cfa8152569a8d94dc072932f2f13fd2 | |
| parent | 548b0c47af605304cd364080f0a28c9262b1decc (diff) | |
Add header file to fix missing function prototype.
| -rw-r--r-- | execute.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -29,6 +29,7 @@ | |||
| 29 | #include "zend_extensions.h" | 29 | #include "zend_extensions.h" |
| 30 | #include "ext/standard/info.h" | 30 | #include "ext/standard/info.h" |
| 31 | #include "ext/standard/php_rand.h" | 31 | #include "ext/standard/php_rand.h" |
| 32 | #include "ext/standard/php_lcg.h" | ||
| 32 | #include "php_suhosin.h" | 33 | #include "php_suhosin.h" |
| 33 | #include "zend_compile.h" | 34 | #include "zend_compile.h" |
| 34 | #include "zend_llist.h" | 35 | #include "zend_llist.h" |
