From 0eb8c471665a1423faac948a02079933f4fb68c6 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Fri, 1 Dec 2017 14:38:13 -0500 Subject: [PATCH] try to fix lack of GUID type on buildbot that I cannot reproduce --- tasks/task_autodetect.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/task_autodetect.c b/tasks/task_autodetect.c index fffc0fb7d0..fc402668d5 100644 --- a/tasks/task_autodetect.c +++ b/tasks/task_autodetect.c @@ -37,6 +37,8 @@ /* MinGW Win32 HID API */ #include #include +#include +#include #include #include /* Why doesn't including cguid.h work to get a GUID_NULL instead? */