Commit 420dc868 authored by Georgi Chorbadzhiyski's avatar Georgi Chorbadzhiyski

ietf/rtp.h: Add missing includes.

parent d8d98f0f
...@@ -34,6 +34,9 @@ ...@@ -34,6 +34,9 @@
#ifndef __BITSTREAM_IETF_RTP_H__ #ifndef __BITSTREAM_IETF_RTP_H__
#define __BITSTREAM_IETF_RTP_H__ #define __BITSTREAM_IETF_RTP_H__
#include <stdint.h> /* uint8_t, uint16_t, etc... */
#include <stdbool.h> /* bool */
#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C"
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment