diff --git a/3rdparty/lmdb-safe b/3rdparty/lmdb-safe index d8ca70b..be22351 160000 --- a/3rdparty/lmdb-safe +++ b/3rdparty/lmdb-safe @@ -1 +1 @@ -Subproject commit d8ca70bca18b8a31e88b31f981a0e9fb120ac8a6 +Subproject commit be2235103f310e124e49a6c13bf55fd6ed55bb68 diff --git a/libpkg/global.h b/libpkg/global.h index 15a4a87..2b54cba 100644 --- a/libpkg/global.h +++ b/libpkg/global.h @@ -4,6 +4,7 @@ #ifndef LIBPKG_GLOBAL #define LIBPKG_GLOBAL +#include "libpkg-definitions.h" #include #ifdef LIBPKG_STATIC diff --git a/librepomgr/global.h b/librepomgr/global.h index 92db68a..3b2a633 100644 --- a/librepomgr/global.h +++ b/librepomgr/global.h @@ -4,6 +4,7 @@ #ifndef LIBREPOMGR_GLOBAL #define LIBREPOMGR_GLOBAL +#include "librepomgr-definitions.h" #include #ifdef LIBREPOMGR_STATIC