diff options
author | Stanislav Malyshev <stas@php.net> | 2003-03-20 17:41:40 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2003-03-20 17:41:40 +0000 |
commit | 70fff751878e08e353d6dd86ac224cc5e894ae6e (patch) | |
tree | 4a523c4ea925bff5a7d85f36b3593192d9a90472 /Zend/Zend.m4 | |
parent | 0cc4b081a34187a8ca41a086b052267bbacb8381 (diff) | |
download | php-git-70fff751878e08e353d6dd86ac224cc5e894ae6e.tar.gz |
Add stdlib.h too - it is needed fot strto{ld}
Diffstat (limited to 'Zend/Zend.m4')
-rw-r--r-- | Zend/Zend.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/Zend.m4 b/Zend/Zend.m4 index 0a2a1f838c..dc083338ee 100644 --- a/Zend/Zend.m4 +++ b/Zend/Zend.m4 @@ -51,6 +51,7 @@ sys/types.h \ sys/time.h \ signal.h \ unix.h \ +stdlib.h \ dlfcn.h) AC_TYPE_SIZE_T |