summaryrefslogtreecommitdiff
path: root/utils/sbtools/sb.h
diff options
context:
space:
mode:
authorAmaury Pouly <pamaury@rockbox.org>2011-04-17 01:43:48 +0000
committerAmaury Pouly <pamaury@rockbox.org>2011-04-17 01:43:48 +0000
commite2f8fbfb166720529dd8ccab82dd0eca21cc7f61 (patch)
treee43f8b4745e8b4efbd43d38a984bcb16de892700 /utils/sbtools/sb.h
parentf6208bde4630571ae75a43ea39a25a746f08bcfb (diff)
downloadrockbox-e2f8fbfb166720529dd8ccab82dd0eca21cc7f61.tar.gz
rockbox-e2f8fbfb166720529dd8ccab82dd0eca21cc7f61.zip
sbtools: update Makefile; fix whitespaces
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29734 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/sbtools/sb.h')
-rw-r--r--utils/sbtools/sb.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/utils/sbtools/sb.h b/utils/sbtools/sb.h
index 29b7d7d894..be25b4bf88 100644
--- a/utils/sbtools/sb.h
+++ b/utils/sbtools/sb.h
@@ -19,9 +19,7 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#define _ISOC99_SOURCE /* snprintf() */ 22#include <stdint.h>
23#include <sys/types.h>
24#include <sys/stat.h>
25 23
26#define BLOCK_SIZE 16 24#define BLOCK_SIZE 16
27 25