Browse Source

ietf/rtp.h: Add missing includes.

master
Georgi Chorbadzhiyski 13 years ago
parent
commit
420dc868d5
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      ietf/rtp.h

+ 3
- 0
ietf/rtp.h View File

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

Loading…
Cancel
Save