From 805a17ac786f47990473c5afa7f2c4a416c6169b Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Fri, 27 Feb 2009 09:09:17 -0600 Subject: Include for snprintf. --- src/rtpdefines.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rtpdefines.h b/src/rtpdefines.h index 85eb9d1..40581c4 100644 --- a/src/rtpdefines.h +++ b/src/rtpdefines.h @@ -79,6 +79,7 @@ #define RTP_SNPRINTF _snprintf #endif #else + #include #define RTP_SNPRINTF snprintf #endif // WIN32 || _WIN32_WCE -- cgit