[asterisk-bugs] [Asterisk 0011297]: network.h needs compiler.h

noreply at bugs.digium.com noreply at bugs.digium.com
Mon Nov 19 12:08:24 CST 2007


The following issue has been CLOSED 
====================================================================== 
http://bugs.digium.com/view.php?id=11297 
====================================================================== 
Reported By:                sperreault
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   11297
Category:                   . I did not set the category correctly.
Reproducibility:            always
Severity:                   tweak
Priority:                   normal
Status:                     closed
Asterisk Version:            SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 89420 
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             11-19-2007 10:21 CST
Last Modified:              11-19-2007 12:08 CST
====================================================================== 
Summary:                    network.h needs compiler.h
Description: 
network.h needs compiler.h for "force_inline".

Index: include/asterisk/network.h
===================================================================
--- include/asterisk/network.h  (revision 89420)
+++ include/asterisk/network.h  (working copy)
@@ -26,6 +26,8 @@
 #ifndef _ASTERISK_NETWORK_H
 #define _ASTERISK_NETWORK_H

+#include <asterisk/compiler.h>
+
 #if defined(__cplusplus) || defined(c_plusplus)
 extern "C" {
 #endif

====================================================================== 

---------------------------------------------------------------------- 
 rizzo - 11-19-07 12:08  
---------------------------------------------------------------------- 
see http://bugs.digium.com/view.php?id=11301 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-19-07 12:08  rizzo          Status                   new => closed       
11-19-07 12:08  rizzo          Note Added: 0073976                          
======================================================================




More information about the asterisk-bugs mailing list