summaryrefslogtreecommitdiff
path: root/vhook
diff options
context:
space:
mode:
authorDieter <freebsd@sopwith.solgatos.com>2006-01-30 23:32:14 +0000
committerMåns Rullgård <mans@mansr.com>2006-01-30 23:32:14 +0000
commita851b8e898fa1d2d44660ca5708e3da76107f179 (patch)
treed54bd7463918da0bf28f2022eeab774c66d4e5fb /vhook
parented96aeea640f2454a17299ef7e0f4c9a8915a46d (diff)
add missing #includes
patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4912 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook')
-rw-r--r--vhook/watermark.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vhook/watermark.c b/vhook/watermark.c
index e4a4685a14..f61f3a1242 100644
--- a/vhook/watermark.c
+++ b/vhook/watermark.c
@@ -46,6 +46,7 @@
#include "avformat.h"
#include "framehook.h"
+#include "cmdutils.h"
typedef struct {
char filename[2000];