Merge "bit_reader.h: correct include"

This commit is contained in:
pascal massimino 2012-04-24 04:19:24 -07:00 committed by Gerrit Code Review
commit 92092eaa45

View File

@ -18,7 +18,7 @@
#include <stdlib.h> // _byteswap_ulong #include <stdlib.h> // _byteswap_ulong
#endif #endif
#include <string.h> // For memcpy #include <string.h> // For memcpy
#include "../webp/decode_vp8.h" #include "../webp/types.h"
#if defined(__cplusplus) || defined(c_plusplus) #if defined(__cplusplus) || defined(c_plusplus)
extern "C" { extern "C" {