]> granicus.if.org Git - php/commitdiff
Include errno.h.
authorAndrei Zmievski <andrei@php.net>
Fri, 3 Dec 1999 17:05:23 +0000 (17:05 +0000)
committerAndrei Zmievski <andrei@php.net>
Fri, 3 Dec 1999 17:05:23 +0000 (17:05 +0000)
# Please try compiling before committing

ext/session/mod_files.c

index c2800b1604653233acaae797e9400afeddc56ecb..6191fc5e9eb20b62126ee2eb9ae464d830938254 100644 (file)
@@ -37,6 +37,7 @@
 #include <time.h>
 
 #include <fcntl.h>
+#include <errno.h>
 
 #include "php_session.h"
 #include "mod_files.h"