mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
Fix compile error on Linux platform and use c++ style header file(<cstddef> instead of <stddef.h>)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#ifndef _RTCP_HEADER_H_
|
||||
#define _RTCP_HEADER_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
#include "log.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
#ifndef _RTCP_TYPEDEF_H_
|
||||
#define _RTCP_TYPEDEF_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
#define DEFAULT_RTCP_VERSION 2
|
||||
#define DEFAULT_RTCP_HEADER_SIZE 4
|
||||
|
||||
Reference in New Issue
Block a user