diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2006-09-17 15:10:22 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2006-09-17 15:10:22 +0000 |
| commit | eae4bd337e2e7212d81211aeb6baffbb21b295b3 (patch) | |
| tree | bd4b00ef02cc240c07fa27b2fb7e17b3dd911334 /firmware/export/thread.h | |
| parent | ff4867a799cfb9a171a9ab527134d30619742ff2 (diff) | |
| download | rockbox-eae4bd337e2e7212d81211aeb6baffbb21b295b3.zip rockbox-eae4bd337e2e7212d81211aeb6baffbb21b295b3.tar.gz rockbox-eae4bd337e2e7212d81211aeb6baffbb21b295b3.tar.bz2 rockbox-eae4bd337e2e7212d81211aeb6baffbb21b295b3.tar.xz | |
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
Diffstat (limited to 'firmware/export/thread.h')
| -rw-r--r-- | firmware/export/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/thread.h b/firmware/export/thread.h index 7e053bc..cd532c8 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 |