diff options
-rw-r--r-- | config_host/config_lgpl.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 <config_mpl.h> +#include "config_mpl.h" #if MPL_HAVE_SUBSET # error "Attempting to compile LGPL code into MPL subset" |