diff ratecontrol.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents 90e848a24c70
children 1d83e9c34641
line wrap: on
line diff
--- a/ratecontrol.h	Sat Jun 16 22:58:43 2007 +0000
+++ b/ratecontrol.h	Sat Jun 16 22:59:13 2007 +0000
@@ -28,6 +28,8 @@
  * ratecontrol header.
  */
 
+#include <stdio.h>
+#include <stdint.h>
 #include "eval.h"
 
 typedef struct Predictor{