summaryrefslogtreecommitdiff
path: root/libavdevice/sndio_enc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2015-04-08 17:27:42 +0200
committerDiego Biurrun <diego@biurrun.de>2015-04-09 16:40:12 +0200
commitc201069fac9a76e6604f9d84d76a172434d62200 (patch)
treea01d35dac44bbe040ab0f12639e90ae0af7024d4 /libavdevice/sndio_enc.c
parent27852f2f1dec3749ea79883b70484c841169f747 (diff)
avdevice: Add missing header for NULL_IF_CONFIG_SMALL
Also reshuffle headers into canonical order where appropriate.
Diffstat (limited to 'libavdevice/sndio_enc.c')
-rw-r--r--libavdevice/sndio_enc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavdevice/sndio_enc.c b/libavdevice/sndio_enc.c
index 6f69b9e501..61ac398a84 100644
--- a/libavdevice/sndio_enc.c
+++ b/libavdevice/sndio_enc.c
@@ -22,6 +22,8 @@
#include <stdint.h>
#include <sndio.h>
+#include "libavutil/internal.h"
+
#include "libavformat/avformat.h"
#include "sndio_common.h"