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