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:
Russ Meyerriecks 2013-03-13 14:28:48 -05:00
parent b8d8cc4f8d
commit eacc071afe
1 changed files with 4 additions and 0 deletions

View File

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