From 19909e7dcbb676825d854080b178d24cab01ffe3 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 16 Apr 2013 00:09:48 -0400 Subject: [PATCH] Maybe actually fix compiler warning this time. --- test/testautomation_video.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testautomation_video.c b/test/testautomation_video.c index ccaa2ed8a..4e2cfa593 100644 --- a/test/testautomation_video.c +++ b/test/testautomation_video.c @@ -3,6 +3,7 @@ */ #include +#include /* Visual Studio 2008 doesn't have stdint.h */ #if defined(_MSC_VER) && _MSC_VER <= 1500