14 lines
302 B
Plaintext
14 lines
302 B
Plaintext
|
$OpenBSD: patch-src_ccrtp_sources_h,v 1.1 2018/11/22 19:39:27 naddy Exp $
|
||
|
|
||
|
Index: src/ccrtp/sources.h
|
||
|
--- src/ccrtp/sources.h.orig
|
||
|
+++ src/ccrtp/sources.h
|
||
|
@@ -44,6 +44,7 @@
|
||
|
#ifndef CCXX_RTP_SOURCES_H_
|
||
|
#define CCXX_RTP_SOURCES_H_
|
||
|
|
||
|
+#include <cstddef>
|
||
|
#include <string>
|
||
|
#include <ccrtp/rtcppkt.h>
|
||
|
|