summaryrefslogtreecommitdiff
path: root/vpx_mem
diff options
context:
space:
mode:
authorChristian Duvivier <cduvivier@google.com>2012-08-14 14:12:00 -0700
committerChristian Duvivier <cduvivier@google.com>2012-08-14 16:23:32 -0700
commita1168155a748c752b8b19cb539013d8f3cee2fd5 (patch)
tree8c139b38161b1b4f1f6c55dd45b9a1549853a009 /vpx_mem
parent73089031f052228e60233c15c94df822b0c84556 (diff)
downloadlibvpx-a1168155a748c752b8b19cb539013d8f3cee2fd5.tar
libvpx-a1168155a748c752b8b19cb539013d8f3cee2fd5.tar.gz
libvpx-a1168155a748c752b8b19cb539013d8f3cee2fd5.tar.bz2
libvpx-a1168155a748c752b8b19cb539013d8f3cee2fd5.zip
Fix warnings.
Change-Id: I4b911e4173da30c164bde7ea50bc80a70fbbb745
Diffstat (limited to 'vpx_mem')
-rw-r--r--vpx_mem/vpx_mem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vpx_mem/vpx_mem.h b/vpx_mem/vpx_mem.h
index 6ee5f5d7e..3246e9298 100644
--- a/vpx_mem/vpx_mem.h
+++ b/vpx_mem/vpx_mem.h
@@ -12,6 +12,7 @@
#ifndef __VPX_MEM_H__
#define __VPX_MEM_H__
+#include "vpx_config.h"
#if defined(__uClinux__)
# include <lddk.h>
#endif