aboutsummaryrefslogtreecommitdiff
path: root/src/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform.h')
-rw-r--r--src/platform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/platform.h b/src/platform.h
index 2414e123..83e279f7 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -35,6 +35,10 @@
35 35
36#include "gettext.h" 36#include "gettext.h"
37 37
38#define _(a) gettext(a)
39
40#define UNREF(a) LOG(LOG_DEBUG, "unref %s:%u\n", __FILE__, __LINE__); g_object_unref(a)
41
38#include "plibc.h" 42#include "plibc.h"
39 43
40/** 44/**