From b8c8dee621b0cbd0bd52a4f445a28acd15c0aa72 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Mon, 3 Dec 2007 23:50:51 +0000 Subject: [PATCH] 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 --- include/asterisk/compat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/asterisk/compat.h b/include/asterisk/compat.h index 838e24e472..2c131527d1 100644 --- a/include/asterisk/compat.h +++ b/include/asterisk/compat.h @@ -84,6 +84,7 @@ size_t strlcpy(char *dst, const char *src, size_t siz); #include #include #include +#include #include #ifndef BYTE_ORDER