summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-09-17 15:10:22 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-09-17 15:10:22 +0000
commiteae4bd337e2e7212d81211aeb6baffbb21b295b3 (patch)
treebd4b00ef02cc240c07fa27b2fb7e17b3dd911334
parentff4867a799cfb9a171a9ab527134d30619742ff2 (diff)
downloadrockbox-eae4bd337e2e7212d81211aeb6baffbb21b295b3.tar.gz
rockbox-eae4bd337e2e7212d81211aeb6baffbb21b295b3.zip
Include "config.h" to make sure priority stuff is properly included.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10974 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/thread.h b/firmware/export/thread.h
index 7e053bc507..cd532c8968 100644
--- a/firmware/export/thread.h
+++ b/firmware/export/thread.h
@@ -19,6 +19,7 @@
#ifndef THREAD_H
#define THREAD_H
+#include "config.h"
#include <stdbool.h>
/* Priority scheduling (when enabled with HAVE_PRIORITY_SCHEDULING) works