df27213fb4
Split build in two (tracker & tracker-extras), to avoid build loop with nautilus OBS-URL: https://build.opensuse.org/request/show/87864 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=40
11 lines
276 B
Diff
11 lines
276 B
Diff
--- src/libtracker-common/tracker-sched.c 2011-10-06 08:07:14.000000000 -0500
|
|
+++ src/libtracker-common/tracker-sched.c.orig 2011-10-13 16:43:03.000000000 -0500
|
|
@@ -26,6 +26,7 @@
|
|
#endif
|
|
|
|
#include <errno.h>
|
|
+#include <linux/sched.h>
|
|
#include <sched.h>
|
|
|
|
#include <glib.h>
|