diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2009-03-08 16:10:40 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-03-08 16:10:40 +0000 |
commit | 66cf3a3329f4708be0f89b0b44fd87c26abb256b (patch) | |
tree | e092cdae63376d51b3ac40e1842febd0af2b0738 /apps/abrepeat.c | |
parent | 34c7cd5dd286da1c773a714f39b871e29bed0af3 (diff) |
Clean up some #includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20238 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/abrepeat.c')
-rw-r--r-- | apps/abrepeat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/abrepeat.c b/apps/abrepeat.c index c39cca0ac2..5fbd880a17 100644 --- a/apps/abrepeat.c +++ b/apps/abrepeat.c @@ -19,6 +19,7 @@ * ****************************************************************************/ +#include "config.h" #include "abrepeat.h" #ifdef AB_REPEAT_ENABLE |