Include vpx_config.h in vpx_timer.h
authorJohann <johannkoenig@google.com>
Mon, 18 Aug 2014 18:02:16 +0000 (11:02 -0700)
committerJohann <johannkoenig@google.com>
Mon, 18 Aug 2014 18:02:16 +0000 (11:02 -0700)
vpx_timer.h uses several defines from the config file including
CONFIG_OS_SUPPORT and INLINE

Change-Id: I16cb45237787cbc1ae79a67e16b8042811dda336

vpx_ports/vpx_timer.h

index 870338b..dd98e29 100644 (file)
@@ -11,6 +11,9 @@
 
 #ifndef VPX_PORTS_VPX_TIMER_H_
 #define VPX_PORTS_VPX_TIMER_H_
+
+#include "./vpx_config.h"
+
 #include "vpx/vpx_integer.h"
 
 #if CONFIG_OS_SUPPORT