From 3d0e1c746ae8eb4f108275f4440bc9777a044054 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Mon, 3 Dec 2007 23:52:23 +0000 Subject: [PATCH] Merged revisions 90753 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r90753 | tilghman | 2007-12-03 17:50:51 -0600 (Mon, 03 Dec 2007) | 5 lines 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/trunk@90760 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 c6ee280f4f..43da49bc05 100644 --- a/include/asterisk/compat.h +++ b/include/asterisk/compat.h @@ -138,6 +138,7 @@ size_t strlcpy(char *dst, const char *src, size_t siz); #include #include #include +#include #include #ifndef BYTE_ORDER