pmaports/luna/luna-sysmgr-common/compile.patch
Alex Roth 196d555092 Merge Luna work into master (#945)
Contains everything from #940, except on top of master now.
Also added a postmarketos-ui-luna package to be a meta-
package for all of the Luna work.

Every component included here builds & runs, but isn't
functional without a handful more packages.
2017-11-29 23:29:26 +00:00

13 lines
380 B
Diff

diff --git a/Src/base/Logging.cpp b/Src/base/Logging.cpp
index b529da3..d8ec623 100644
--- a/Src/base/Logging.cpp
+++ b/Src/base/Logging.cpp
@@ -35,6 +35,8 @@
#include "MutexLocker.h"
#include "Settings.h"
+typedef time_t __time_t;
+
static GStaticMutex s_mutex = G_STATIC_MUTEX_INIT;
static bool s_initialized = false;
static GHashTable* s_channelHash = 0;