From 5782c19a226239403ef7eba1dd4df5ea14e50ab3 Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Sun, 9 Feb 2014 16:51:55 +0100 Subject: [PATCH] add string.h to a52 --- atsc/a52.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/atsc/a52.h b/atsc/a52.h index be8179b..2c6bbfc 100644 --- a/atsc/a52.h +++ b/atsc/a52.h @@ -1,7 +1,7 @@ /***************************************************************************** * a52.h: ATSC A/52:2012 Digital Audio Compression Standard ***************************************************************************** - * Copyright (C) 2013 VideoLAN + * Copyright (C) 2013-2014 VideoLAN * * Authors: Benjamin Cohen * @@ -34,6 +34,7 @@ #define __BITSTREAM_ATSC_A52_H__ #include /* uint8_t, uint16_t, etc... */ +#include /* memcmp */ #include /* bool */ #ifdef __cplusplus