summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-05-16 09:51:46 +0000
committerThomas Martitz <kugel@rockbox.org>2010-05-16 09:51:46 +0000
commitf95a982dcf17c477898648ee32fa1bba8f2f4d92 (patch)
treee1c7fd6975c93740c5e60c96c9e7bbed80961cfb /firmware
parentb9beeccbcf34ce08a191c22b2970475053938b27 (diff)
downloadrockbox-f95a982dcf17c477898648ee32fa1bba8f2f4d92.tar.gz
rockbox-f95a982dcf17c477898648ee32fa1bba8f2f4d92.zip
Fix building on cygwin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26076 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/hosted/sdl/button-sdl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/hosted/sdl/button-sdl.c b/firmware/target/hosted/sdl/button-sdl.c
index 51ba8cff92..cfe08de1d2 100644
--- a/firmware/target/hosted/sdl/button-sdl.c
+++ b/firmware/target/hosted/sdl/button-sdl.c
@@ -20,6 +20,7 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include <math.h> 22#include <math.h>
23#include <stdlib.h> /* EXIT_SUCCESS */
23#include "sim-ui-defines.h" 24#include "sim-ui-defines.h"
24#include "lcd-charcells.h" 25#include "lcd-charcells.h"
25#include "lcd-remote.h" 26#include "lcd-remote.h"