Apply change of `global.h` template

This commit is contained in:
Martchus 2024-02-27 00:51:43 +01:00
parent ac30fd2996
commit b9021286bf
3 changed files with 3 additions and 1 deletions

2
3rdparty/lmdb-safe vendored

@ -1 +1 @@
Subproject commit d8ca70bca18b8a31e88b31f981a0e9fb120ac8a6
Subproject commit be2235103f310e124e49a6c13bf55fd6ed55bb68

View File

@ -4,6 +4,7 @@
#ifndef LIBPKG_GLOBAL
#define LIBPKG_GLOBAL
#include "libpkg-definitions.h"
#include <c++utilities/application/global.h>
#ifdef LIBPKG_STATIC

View File

@ -4,6 +4,7 @@
#ifndef LIBREPOMGR_GLOBAL
#define LIBREPOMGR_GLOBAL
#include "librepomgr-definitions.h"
#include <c++utilities/application/global.h>
#ifdef LIBREPOMGR_STATIC