diff options
Diffstat (limited to 'libavformat/asf.h')
-rw-r--r-- | libavformat/asf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/asf.h b/libavformat/asf.h index 6d76ebecb2..3421a08962 100644 --- a/libavformat/asf.h +++ b/libavformat/asf.h @@ -17,6 +17,10 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + +#include <stdint.h> +#include "avformat.h" + #define PACKET_SIZE 3200 typedef struct { |