[dahdi-commits] dahdi/tools.git branch "2.6.y" updated.

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Wed Mar 13 15:27:20 CDT 2013


branch "2.6.y" has been updated
       via  6b0f71867e67ada4aad5a3742d79cae07dde2a09 (commit)
      from  d5c95ea4dc2a28c9d8b672ca0c30ebde8764ec51 (commit)

Summary of changes:
 xpp/oct612x/include/octdef.h |    4 ++++
 1 file changed, 4 insertions(+)


- Log -----------------------------------------------------------------
commit 6b0f71867e67ada4aad5a3742d79cae07dde2a09
Author: Russ Meyerriecks <rmeyerriecks at digium.com>
Date:   Wed Mar 13 14:28:48 2013 -0500

    xpp: Fix compile error with fedora 17
    
    One line change to re-include a missing header
    
    Reported-By: Anthony Messina
    Internal-Issue-ID: DAHTOOL-60
    Signed-off-by: Russ Meyerriecks <rmeyerriecks at digium.com>
    (cherry picked from commit eacc071afe6e8ae388341b7181b399fa868a3466)

diff --git a/xpp/oct612x/include/octdef.h b/xpp/oct612x/include/octdef.h
index a2da33d..7e534b7 100644
--- a/xpp/oct612x/include/octdef.h
+++ b/xpp/oct612x/include/octdef.h
@@ -39,6 +39,10 @@ $Octasic_Revision: 12 $
 extern "C" {
 #endif
 
+#ifndef __KERNEL__
+#include <stdio.h>
+#endif
+
 /*****************************  INCLUDE FILES  *******************************/
 
 /*--------------------------------------------------------------------------

-----------------------------------------------------------------------


-- 
dahdi/tools.git



More information about the dahdi-commits mailing list