Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > a0d52942f2e7c917b2cc6d4fafe0119d > files > 1

jrtplib-3.7.1-7.fc12.src.rpm

From 805a17ac786f47990473c5afa7f2c4a416c6169b Mon Sep 17 00:00:00 2001
From: Jeffrey C. Ollie <jeff@ocjtech.us>
Date: Fri, 27 Feb 2009 09:09:17 -0600
Subject: [PATCH] Include <cstdio> for snprintf.

---
 src/rtpdefines.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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 <cstdio>
 	#define RTP_SNPRINTF snprintf
 #endif // WIN32 || _WIN32_WCE
 
-- 
1.6.1.3