From 7a7002e58fed2a465785110735dbed05d5a9c611 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Mon, 12 Mar 2018 15:16:03 +0300 Subject: [PATCH] [mms-lib] Fixed build against libglibutil >= 1.0.27. MER#1437 --- mms-lib/include/mms_lib_types.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mms-lib/include/mms_lib_types.h b/mms-lib/include/mms_lib_types.h index 8c1d2ad..88c3fc4 100644 --- a/mms-lib/include/mms_lib_types.h +++ b/mms-lib/include/mms_lib_types.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2016 Jolla Ltd. + * Copyright (C) 2013-2018 Jolla Ltd. * Contact: Slava Monich * * This program is free software; you can redistribute it and/or modify @@ -33,6 +33,8 @@ #include +#include + typedef GLogModule MMSLogModule; #ifndef O_BINARY