[tracker: 1/2] libtracker-sparql/bus: Add missing errno.h include




commit a5f323bbf4f0f168abed16c75944b3c22d6f17e4
Author: Matti Lehtimäki <matti lehtimaki jolla com>
Date:   Sun Aug 28 22:22:17 2022 +0300

    libtracker-sparql/bus: Add missing errno.h include

 src/libtracker-sparql/bus/tracker-bus.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/libtracker-sparql/bus/tracker-bus.c b/src/libtracker-sparql/bus/tracker-bus.c
index 9b97cae9c..908c60350 100644
--- a/src/libtracker-sparql/bus/tracker-bus.c
+++ b/src/libtracker-sparql/bus/tracker-bus.c
@@ -21,6 +21,8 @@
 
 #include "tracker-bus.h"
 
+#include <errno.h>
+
 #include <gio/gunixfdlist.h>
 #include <gio/gunixinputstream.h>
 #include <gio/gunixoutputstream.h>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]