summaryrefslogtreecommitdiff
path: root/vp8/encoder/modecosts.c
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-05-14 20:27:59 -0700
committerJames Zern <jzern@google.com>2015-05-14 22:41:25 -0700
commit62ad8baa40cfc07555a6abc8054c8d98ed8b4d58 (patch)
treec388122a32f564ec11b8b19523c9bcc4dea18a86 /vp8/encoder/modecosts.c
parent632177fa7f3547484ac728bb9ce009225b683fed (diff)
downloadlibvpx-62ad8baa40cfc07555a6abc8054c8d98ed8b4d58.tar
libvpx-62ad8baa40cfc07555a6abc8054c8d98ed8b4d58.tar.gz
libvpx-62ad8baa40cfc07555a6abc8054c8d98ed8b4d58.tar.bz2
libvpx-62ad8baa40cfc07555a6abc8054c8d98ed8b4d58.zip
vp8: add some missing includes
silences missing prototype warnings Change-Id: Ib62e4743532b871e63bc99732875fff20501b8ac
Diffstat (limited to 'vp8/encoder/modecosts.c')
-rw-r--r--vp8/encoder/modecosts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp8/encoder/modecosts.c b/vp8/encoder/modecosts.c
index c61563c56..ad0e9308d 100644
--- a/vp8/encoder/modecosts.c
+++ b/vp8/encoder/modecosts.c
@@ -10,6 +10,7 @@
#include "vp8/common/blockd.h"
+#include "modecosts.h"
#include "onyx_int.h"
#include "treewriter.h"
#include "vp8/common/entropymode.h"