Browse Source

add string.h to a52

master
Christophe Massiot 11 years ago
parent
commit
5782c19a22
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      atsc/a52.h

+ 2
- 1
atsc/a52.h View File

@ -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 <bencoh@notk.org>
*
@ -34,6 +34,7 @@
#define __BITSTREAM_ATSC_A52_H__
#include <stdint.h> /* uint8_t, uint16_t, etc... */
#include <string.h> /* memcmp */
#include <stdbool.h> /* bool */
#ifdef __cplusplus

Loading…
Cancel
Save