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>
remotes/origin/2.9.y
Russ Meyerriecks 12 years ago
parent b8d8cc4f8d
commit eacc071afe

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

Loading…
Cancel
Save