diff rtjpeg.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents a5fca6fd5e4c
children 1d83e9c34641
line wrap: on
line diff
--- a/rtjpeg.h	Sat Jun 16 22:58:43 2007 +0000
+++ b/rtjpeg.h	Sat Jun 16 22:59:13 2007 +0000
@@ -22,6 +22,9 @@
 #ifndef RTJPEG_H
 #define RTJPEG_H
 
+#include <stdint.h>
+#include <dsputil.h>
+
 typedef struct {
     int w, h;
     DSPContext *dsp;