From 420dc868d54b5f9b736506c15166729e1003e5a8 Mon Sep 17 00:00:00 2001 From: Georgi Chorbadzhiyski Date: Mon, 3 Oct 2011 16:58:27 +0300 Subject: [PATCH] ietf/rtp.h: Add missing includes. --- ietf/rtp.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ietf/rtp.h b/ietf/rtp.h index 1010aa8..e87e5d8 100644 --- a/ietf/rtp.h +++ b/ietf/rtp.h @@ -34,6 +34,9 @@ #ifndef __BITSTREAM_IETF_RTP_H__ #define __BITSTREAM_IETF_RTP_H__ +#include /* uint8_t, uint16_t, etc... */ +#include /* bool */ + #ifdef __cplusplus extern "C" {