From d55d4f6de1709596d9a6bf1cdbc4c97af5de03e3 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 31 Aug 2017 14:40:25 +0100 Subject: [PATCH] thunderbolt: All C source files need to include config.h --- plugins/thunderbolt/fu-thunderbolt-image.c | 2 ++ plugins/thunderbolt/fu-thunderbolt-tool.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/plugins/thunderbolt/fu-thunderbolt-image.c b/plugins/thunderbolt/fu-thunderbolt-image.c index 1e5525679..88c589bee 100644 --- a/plugins/thunderbolt/fu-thunderbolt-image.c +++ b/plugins/thunderbolt/fu-thunderbolt-image.c @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" + #include "fu-thunderbolt-image.h" #include diff --git a/plugins/thunderbolt/fu-thunderbolt-tool.c b/plugins/thunderbolt/fu-thunderbolt-tool.c index fe5405488..a22832e12 100644 --- a/plugins/thunderbolt/fu-thunderbolt-tool.c +++ b/plugins/thunderbolt/fu-thunderbolt-tool.c @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" + #include #include