Commit b66ef894 authored by Georgi Chorbadzhiyski's avatar Georgi Chorbadzhiyski

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

parent 325354bf
......@@ -29,6 +29,10 @@
#ifndef __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
extern "C"
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment