From b99e94dd5da7c84a16a8268e0afbeac266fecada Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 24 Oct 2017 12:22:58 +0200 Subject: config_lgpl.h.in: fix loplugin:includeform warning Change-Id: I53d75a9d59c14bc10008d0a590539f16160f380a --- config_host/config_lgpl.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config_host') diff --git a/config_host/config_lgpl.h.in b/config_host/config_lgpl.h.in index 18d17dae7681..f157a5cb1b1f 100644 --- a/config_host/config_lgpl.h.in +++ b/config_host/config_lgpl.h.in @@ -5,7 +5,7 @@ #ifndef CONFIG_LGPL_H #define CONFIG_LGPL_H -#include +#include "config_mpl.h" #if MPL_HAVE_SUBSET # error "Attempting to compile LGPL code into MPL subset" -- cgit