summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/rtjpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rtjpeg.h b/libavcodec/rtjpeg.h
index 0c23eced58..a5b377de53 100644
--- a/libavcodec/rtjpeg.h
+++ b/libavcodec/rtjpeg.h
@@ -23,7 +23,7 @@
#define FFMPEG_RTJPEG_H
#include <stdint.h>
-#include <dsputil.h>
+#include "dsputil.h"
typedef struct {
int w, h;