diff options
author | Sascha Schumann <sas@php.net> | 1999-04-21 17:48:11 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-04-21 17:48:11 +0000 |
commit | 2873f446f26f3f334500a5892b92b326294ee8c6 (patch) | |
tree | e37a23b7dfb30e529f71c068959ece1a4fd2ed8c /php_compat.c | |
parent | 7aad23132703ae2ab35b9faf1bc955af8376e03e (diff) | |
download | php-git-2873f446f26f3f334500a5892b92b326294ee8c6.tar.gz |
cleanup
Diffstat (limited to 'php_compat.c')
-rw-r--r-- | php_compat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php_compat.c b/php_compat.c index 8a5f973eb1..736180ac6b 100644 --- a/php_compat.c +++ b/php_compat.c @@ -30,6 +30,7 @@ */ +#include <php.h> #include <errno.h> #include "php_compat.h" |