From b66ef89486e1dd4dc95d42442ddfc51eb022e2e9 Mon Sep 17 00:00:00 2001 From: Georgi Chorbadzhiyski Date: Mon, 3 Oct 2011 17:13:53 +0300 Subject: [PATCH] common.h: Add includes that are used almost everywhere. --- common.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common.h b/common.h index 133142f..580dc41 100644 --- a/common.h +++ b/common.h @@ -29,6 +29,10 @@ #ifndef __BITSTREAM_COMMON_H__ #define __BITSTREAM_COMMON_H__ +#include /* uint8_t, uint16_t, etc... */ +#include /* bool */ +#include /* memset, memcpy */ + #ifdef __cplusplus extern "C" {