Browse Source

common.h: Add includes that are used almost everywhere.

master
Georgi Chorbadzhiyski 13 years ago
parent
commit
b66ef89486
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      common.h

+ 4
- 0
common.h View File

@ -29,6 +29,10 @@
#ifndef __BITSTREAM_COMMON_H__ #ifndef __BITSTREAM_COMMON_H__
#define __BITSTREAM_COMMON_H__ #define __BITSTREAM_COMMON_H__
#include <stdint.h> /* uint8_t, uint16_t, etc... */
#include <stdbool.h> /* bool */
#include <string.h> /* memset, memcpy */
#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C"
{ {

Loading…
Cancel
Save