[asterisk-commits] tilghman: branch 1.4 r90753 -	/branches/1.4/include/asterisk/compat.h
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Mon Dec  3 17:50:52 CST 2007
    
    
  
Author: tilghman
Date: Mon Dec  3 17:50:51 2007
New Revision: 90753
URL: http://svn.digium.com/view/asterisk?view=rev&rev=90753
Log:
Solaris requires the inclusion of sys/loadavg.h for getloadavg().
Reported by: snuffy
Patch by: snuffy,tilghman
(Closes issue #11430)
Modified:
    branches/1.4/include/asterisk/compat.h
Modified: branches/1.4/include/asterisk/compat.h
URL: http://svn.digium.com/view/asterisk/branches/1.4/include/asterisk/compat.h?view=diff&rev=90753&r1=90752&r2=90753
==============================================================================
--- branches/1.4/include/asterisk/compat.h (original)
+++ branches/1.4/include/asterisk/compat.h Mon Dec  3 17:50:51 2007
@@ -84,6 +84,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