diff options
| author | Andrei Zmievski <andrei@php.net> | 1999-12-03 17:05:23 +0000 |
|---|---|---|
| committer | Andrei Zmievski <andrei@php.net> | 1999-12-03 17:05:23 +0000 |
| commit | 99df46fa62106b2d6b3eaa8f37265b288f96c9c4 (patch) | |
| tree | 848ffe7e8f140acc015f68b173160f7a5df16e02 /ext/session/mod_files.c | |
| parent | e34506614064a445f2698ae4a2e7e36c971d9328 (diff) | |
| download | php-git-99df46fa62106b2d6b3eaa8f37265b288f96c9c4.tar.gz | |
Include errno.h.
# Please try compiling before committing
Diffstat (limited to 'ext/session/mod_files.c')
| -rw-r--r-- | ext/session/mod_files.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/session/mod_files.c b/ext/session/mod_files.c index c2800b1604..6191fc5e9e 100644 --- a/ext/session/mod_files.c +++ b/ext/session/mod_files.c @@ -37,6 +37,7 @@ #include <time.h> #include <fcntl.h> +#include <errno.h> #include "php_session.h" #include "mod_files.h" |
