summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/pngenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/pngenc.c b/libavcodec/pngenc.c
index 2ee40d1105..1ac9f311b8 100644
--- a/libavcodec/pngenc.c
+++ b/libavcodec/pngenc.c
@@ -20,8 +20,8 @@
*/
#include "avcodec.h"
#include "bytestream.h"
+#include "dsputil.h"
#include "png.h"
-#include <dsputil.h>
/* TODO:
* - add 2, 4 and 16 bit depth support