From eae4bd337e2e7212d81211aeb6baffbb21b295b3 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sun, 17 Sep 2006 15:10:22 +0000 Subject: [PATCH] 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 --- firmware/export/thread.h | 1 + 1 file changed, 1 insertion(+) 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 /* Priority scheduling (when enabled with HAVE_PRIORITY_SCHEDULING) works