Browse Source

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

tags/n3.4
Diego Biurrun 9 years ago
parent
commit
53618054b6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/parser.c

+ 1
- 0
libavcodec/parser.c View File

@@ -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