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@digium.com>
This commit is contained in:
parent
b8d8cc4f8d
commit
eacc071afe
@ -39,6 +39,10 @@ $Octasic_Revision: 12 $
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef __KERNEL__
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
/***************************** INCLUDE FILES *******************************/
|
||||
|
||||
/*--------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user