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>
(cherry picked from commit eacc071afe)
This commit is contained in:
Russ Meyerriecks
2013-03-13 14:28:48 -05:00
parent d5c95ea4dc
commit 6b0f71867e

View File

@@ -39,6 +39,10 @@ $Octasic_Revision: 12 $
extern "C" {
#endif
#ifndef __KERNEL__
#include <stdio.h>
#endif
/***************************** INCLUDE FILES *******************************/
/*--------------------------------------------------------------------------