[Pkg-voip-commits] [dahdi-tools] 97/285: xpp: Fix compile error with fedora 17

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:18:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit eacc071afe6e8ae388341b7181b399fa868a3466
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>
---
 xpp/oct612x/include/octdef.h | 4 ++++
 1 file changed, 4 insertions(+)

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  *******************************/
 
 /*--------------------------------------------------------------------------

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list