summaryrefslogtreecommitdiff
path: root/vp8/common/alloccommon.c
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-05-15 17:19:49 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-05-15 17:19:50 +0000
commit8dfeece87881bd18ffcc96e545719d84436eb5d8 (patch)
tree76489321f707edd5ad175b51c99f92ca7ddc7000 /vp8/common/alloccommon.c
parent0e5d0f748525209bc6922aa97dd70d5430b82e9d (diff)
parent60b9f685cb7aea96e59f3173090a3a64bd8553d2 (diff)
downloadlibvpx-8dfeece87881bd18ffcc96e545719d84436eb5d8.tar
libvpx-8dfeece87881bd18ffcc96e545719d84436eb5d8.tar.gz
libvpx-8dfeece87881bd18ffcc96e545719d84436eb5d8.tar.bz2
libvpx-8dfeece87881bd18ffcc96e545719d84436eb5d8.zip
Merge changes from topic 'missing-proto'
* changes: vp8/rdopt.h+onyx_int.h: add some missing prototypes vp8: add some missing includes vp8: make some functions static vp8/common/variance*: add vp8_rtcd include vp8_copy32xn: sync function signature
Diffstat (limited to 'vp8/common/alloccommon.c')
-rw-r--r--vp8/common/alloccommon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp8/common/alloccommon.c b/vp8/common/alloccommon.c
index b9d875a2f..8dfd4ce20 100644
--- a/vp8/common/alloccommon.c
+++ b/vp8/common/alloccommon.c
@@ -10,6 +10,7 @@
#include "vpx_config.h"
+#include "alloccommon.h"
#include "blockd.h"
#include "vpx_mem/vpx_mem.h"
#include "onyxc_int.h"