diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-04-09 14:31:28 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-04-09 14:31:28 +0000 |
commit | f4d07cfade5b66063a7aa65cc78508c36235a65f (patch) | |
tree | 91bd41bb4d1aeed773984c83f3ed213a24b956ff | |
parent | 8e48baea8342b5c2dc105b52ba312a29515eda78 (diff) | |
download | xine-lib-f4d07cfade5b66063a7aa65cc78508c36235a65f.tar.gz xine-lib-f4d07cfade5b66063a7aa65cc78508c36235a65f.tar.bz2 |
fix compiler warning (missing prototype)
CVS patchset: 6359
CVS date: 2004/04/09 14:31:28
-rw-r--r-- | src/post/deinterlace/plugins/scalerbob.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/post/deinterlace/plugins/scalerbob.c b/src/post/deinterlace/plugins/scalerbob.c index f393a53ab..0f9dd2777 100644 --- a/src/post/deinterlace/plugins/scalerbob.c +++ b/src/post/deinterlace/plugins/scalerbob.c @@ -31,6 +31,7 @@ #include <stdint.h> #endif +#include "plugins.h" #include "speedy.h" #include "deinterlace.h" |