mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user