summaryrefslogtreecommitdiff
path: root/src/libtracker-common/tracker-ioprio.h
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2014-01-20 12:42:31 +0100
committerDebarshi Ray <debarshir@gnome.org>2014-01-20 13:30:50 +0100
commit162ae962eb956bb7850a6de8a1af5160939c53f5 (patch)
tree60f768eb45e9549d772f0a20c92a063233fa6933 /src/libtracker-common/tracker-ioprio.h
parentdfc40a36f94d453073c77c52fbd4a093f7909678 (diff)
downloadtracker-162ae962eb956bb7850a6de8a1af5160939c53f5.tar.gz
tracker-ioprio, tracker-sched: Fix includes
We need glib.h because of G_{BEGIN,END}_DECLS, and we do not need tracker-log.h. https://bugzilla.gnome.org/show_bug.cgi?id=722525
Diffstat (limited to 'src/libtracker-common/tracker-ioprio.h')
-rw-r--r--src/libtracker-common/tracker-ioprio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libtracker-common/tracker-ioprio.h b/src/libtracker-common/tracker-ioprio.h
index 36857f65f..86ef14762 100644
--- a/src/libtracker-common/tracker-ioprio.h
+++ b/src/libtracker-common/tracker-ioprio.h
@@ -21,6 +21,8 @@
#ifndef __LIBTRACKER_COMMON_IOPRIO_H__
#define __LIBTRACKER_COMMON_IOPRIO_H__
+#include <glib.h>
+
G_BEGIN_DECLS
#if !defined (__LIBTRACKER_COMMON_INSIDE__) && !defined (TRACKER_COMPILATION)