]> granicus.if.org Git - libvpx/commitdiff
Include fix: use aom_integer.h
authorUrvang Joshi <urvang@google.com>
Mon, 11 Jul 2016 22:51:21 +0000 (15:51 -0700)
committerYaowu Xu <yaowu@google.com>
Wed, 12 Oct 2016 15:27:00 +0000 (08:27 -0700)
Change-Id: I98919a04bead417379e555461f67978501f922e7

args.c

diff --git a/args.c b/args.c
index a54cbf82f033046214920dbf0e4ca70e5d2c48e6..58298577fb99e6dcc6acc52a1d5a7371a222fcf9 100644 (file)
--- a/args.c
+++ b/args.c
@@ -9,12 +9,12 @@
  * PATENTS file, you can obtain it at www.aomedia.org/license/patent.
  */
 
-#include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
 #include <limits.h>
 #include "args.h"
 
+#include "aom/aom_integer.h"
 #include "aom_ports/msvc.h"
 
 #if defined(__GNUC__) && __GNUC__