Solaris requires the inclusion of sys/loadavg.h for getloadavg().

Reported by: snuffy
Patch by: snuffy,tilghman
(Closes issue #11430)


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@90753 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Tilghman Lesher 18 years ago
parent 2c651fc500
commit b8c8dee621

@ -84,6 +84,7 @@ size_t strlcpy(char *dst, const char *src, size_t siz);
#include <sys/stat.h>
#include <signal.h>
#include <netinet/in.h>
#include <sys/loadavg.h>
#include <dat/dat_platform_specific.h>
#ifndef BYTE_ORDER

Loading…
Cancel
Save