summaryrefslogtreecommitdiff
path: root/libavcodec/rtjpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rtjpeg.h')
-rw-r--r--libavcodec/rtjpeg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/rtjpeg.h b/libavcodec/rtjpeg.h
index daecc8a75a..c36a54f8b4 100644
--- a/libavcodec/rtjpeg.h
+++ b/libavcodec/rtjpeg.h
@@ -22,6 +22,9 @@
#ifndef RTJPEG_H
#define RTJPEG_H
+#include <stdint.h>
+#include <dsputil.h>
+
typedef struct {
int w, h;
DSPContext *dsp;