Sophie

Sophie

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

jrtplib-3.7.1-7.fc12.src.rpm

diff --git a/src/rtcpcompoundpacketbuilder.cpp b/src/rtcpcompoundpacketbuilder.cpp
index 8172007..8fd4510 100644
--- a/src/rtcpcompoundpacketbuilder.cpp
+++ b/src/rtcpcompoundpacketbuilder.cpp
@@ -30,6 +30,8 @@
 
 */
 
+#include <cstring>
+
 #include "rtcpcompoundpacketbuilder.h"
 #include "rtcpsrpacket.h"
 #include "rtcprrpacket.h"
diff --git a/src/rtppacket.cpp b/src/rtppacket.cpp
index b6d5fda..8c516c7 100644
--- a/src/rtppacket.cpp
+++ b/src/rtppacket.cpp
@@ -30,6 +30,8 @@
 
 */
 
+#include <cstring>
+
 #include "rtppacket.h"
 #include "rtpstructs.h"
 #include "rtpdefines.h"