diff options
author | Stig Bakken <ssb@php.net> | 1999-09-24 15:34:30 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-09-24 15:34:30 +0000 |
commit | 63b101f36d057ab35c6a4910aaf8f47e59a26546 (patch) | |
tree | b65bb7a44f196922113fccc5ea6904953c57ab4c | |
parent | 701bd7cfad32b3d3464d4223bcd047ce1e5c9586 (diff) | |
download | php-git-63b101f36d057ab35c6a4910aaf8f47e59a26546.tar.gz |
kill warning
-rw-r--r-- | ext/standard/parsedate.y | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/standard/parsedate.y b/ext/standard/parsedate.y index 6552c517a2..513ac73ea6 100644 --- a/ext/standard/parsedate.y +++ b/ext/standard/parsedate.y @@ -28,6 +28,10 @@ #include <malloc.h> #endif +#ifdef HAVE_STDLIB_H +# include <stdlib.h> +#endif + #include <stdio.h> #include <sys/types.h> #include <time.h> |