parser: Add missing #include for printing ISO C99 conversion specifiers

pull/202/merge
Diego Biurrun 8 years ago
parent 0982152c3f
commit 53618054b6
  1. 1
      libavcodec/parser.c

@ -20,6 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <inttypes.h>
#include <stdint.h>
#include <string.h>

Loading…
Cancel
Save