From 4af1b8b7523e472374057f3f419d3971ad7e83aa Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Thu, 22 Jun 2017 17:29:03 +0200 Subject: [PATCH] add missing includes --- ietf/rtp.h | 1 + ietf/rtp6184.h | 3 +++ 2 files changed, 4 insertions(+) diff --git a/ietf/rtp.h b/ietf/rtp.h index 949cc8f..88cd2a8 100644 --- a/ietf/rtp.h +++ b/ietf/rtp.h @@ -33,6 +33,7 @@ #ifndef __BITSTREAM_IETF_RTP_H__ #define __BITSTREAM_IETF_RTP_H__ +#include #include /* uint8_t, uint16_t, etc... */ #include /* bool */ diff --git a/ietf/rtp6184.h b/ietf/rtp6184.h index 32c28a1..d737fb0 100644 --- a/ietf/rtp6184.h +++ b/ietf/rtp6184.h @@ -35,6 +35,9 @@ #ifndef __BITSTREAM_IETF_RTP6184_H__ # define __BITSTREAM_IETF_RTP6184_H__ +#include +#include + #ifdef __cplusplus extern "C" {