[dahdi-commits] dahdi/tools.git branch "master" updated.
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Wed Mar 13 15:27:14 CDT 2013
branch "master" has been updated
via eacc071afe6e8ae388341b7181b399fa868a3466 (commit)
from b8d8cc4f8ddf5366aaef9aff304f989581a7ffaf (commit)
Summary of changes:
xpp/oct612x/include/octdef.h | 4 ++++
1 file changed, 4 insertions(+)
- Log -----------------------------------------------------------------
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>
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