[asterisk-commits] tilghman: trunk r90760 - in /trunk: ./ include/asterisk/compat.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 3 17:52:24 CST 2007
Author: tilghman
Date: Mon Dec 3 17:52:23 2007
New Revision: 90760
URL: http://svn.digium.com/view/asterisk?view=rev&rev=90760
Log:
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)
........
Modified:
trunk/ (props changed)
trunk/include/asterisk/compat.h
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/include/asterisk/compat.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/compat.h?view=diff&rev=90760&r1=90759&r2=90760
==============================================================================
--- trunk/include/asterisk/compat.h (original)
+++ trunk/include/asterisk/compat.h Mon Dec 3 17:52:23 2007
@@ -138,6 +138,7 @@
#include <sys/stat.h>
#include <signal.h>
#include <netinet/in.h>
+#include <sys/loadavg.h>
#include <dat/dat_platform_specific.h>
#ifndef BYTE_ORDER
More information about the asterisk-commits
mailing list