diff internal.h @ 3981:ff78dd8e198a libavformat

Fix 'make checkheaders', based on a patch by Diego Petten, flameeyes gmail com.
author diego
date Sat, 04 Oct 2008 11:20:02 +0000
parents 1b6245500d8c
children 59db9e761b38
line wrap: on
line diff
--- a/internal.h	Sat Oct 04 04:19:46 2008 +0000
+++ b/internal.h	Sat Oct 04 11:20:02 2008 +0000
@@ -21,6 +21,8 @@
 #ifndef AVFORMAT_INTERNAL_H
 #define AVFORMAT_INTERNAL_H
 
+#include <stdint.h>
+
 char *ff_data_to_hex(char *buf, const uint8_t *src, int size);
 
 #endif /* AVFORMAT_INTERNAL_H */