Browse Source

add missing includes

master
Christophe Massiot 8 years ago
parent
commit
4af1b8b752
2 changed files with 4 additions and 0 deletions
  1. +1
    -0
      ietf/rtp.h
  2. +3
    -0
      ietf/rtp6184.h

+ 1
- 0
ietf/rtp.h View File

@ -33,6 +33,7 @@
#ifndef __BITSTREAM_IETF_RTP_H__
#define __BITSTREAM_IETF_RTP_H__
#include <stdlib.h>
#include <stdint.h> /* uint8_t, uint16_t, etc... */
#include <stdbool.h> /* bool */

+ 3
- 0
ietf/rtp6184.h View File

@ -35,6 +35,9 @@
#ifndef __BITSTREAM_IETF_RTP6184_H__
# define __BITSTREAM_IETF_RTP6184_H__
#include <stdint.h>
#include <stdbool.h>
#ifdef __cplusplus
extern "C"
{

Loading…
Cancel
Save