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" {