summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/rtcpcompoundpacketbuilder.cpp2
-rw-r--r--src/rtppacket.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rtcpcompoundpacketbuilder.cpp b/src/rtcpcompoundpacketbuilder.cpp
index bb4d120..8fd4510 100644
--- a/src/rtcpcompoundpacketbuilder.cpp
+++ b/src/rtcpcompoundpacketbuilder.cpp
@@ -30,7 +30,7 @@
*/
-#include <string.h>
+#include <cstring>
#include "rtcpcompoundpacketbuilder.h"
#include "rtcpsrpacket.h"
diff --git a/src/rtppacket.cpp b/src/rtppacket.cpp
index ecd8871..8c516c7 100644
--- a/src/rtppacket.cpp
+++ b/src/rtppacket.cpp
@@ -30,7 +30,7 @@
*/
-#include <string.h>
+#include <cstring>
#include "rtppacket.h"
#include "rtpstructs.h"