diff options
author | Antony Dovgal <tony2001@php.net> | 2006-07-26 08:57:44 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-07-26 08:57:44 +0000 |
commit | a0371df33fb902024c682885ee4b4750469879a1 (patch) | |
tree | 12f28915782d98adab85b17fc18709a2f4ba05fe /configure.in | |
parent | 206ec1a06b8c65ebfc48306ff69a99b92a32a062 (diff) | |
download | php-git-a0371df33fb902024c682885ee4b4750469879a1.tar.gz |
MFH: fix compile warning on Solaris, getloadavg() is in sys/loadavg.h there
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 9d9d0d45de..d826e1eadc 100644 --- a/configure.in +++ b/configure.in @@ -374,6 +374,7 @@ sys/vfs.h \ sys/sysexits.h \ sys/varargs.h \ sys/wait.h \ +sys/loadavg.h \ termios.h \ unistd.h \ unix.h \ |