summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2018-01-23 03:15:17 -0800
committerPatrick Ohly <patrick.ohly@intel.com>2020-12-05 21:28:08 +0100
commit25442ad2e625756e825be565ff0cfbd1af314dd9 (patch)
treefa48805fbd18594065f8e7376ff5936b89366f09
parent7014e5bb676b26e683907e01d17832a957f792be (diff)
timeout.h: include glib.h
The header file is not usable without glib. Users of it need to be aware of that. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
-rw-r--r--src/syncevo/timeout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/syncevo/timeout.h b/src/syncevo/timeout.h
index 0cb10f84..bea91ebb 100644
--- a/src/syncevo/timeout.h
+++ b/src/syncevo/timeout.h
@@ -20,6 +20,8 @@
#ifndef TIMEOUT_H
#define TIMEOUT_H
+#include <glib.h>
+
#include <syncevo/SmartPtr.h>
#include <syncevo/util.h>