summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-05-07 23:08:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-05-07 23:08:14 +0000
commit113a58dca6769ac9f99420d856975f72ef707efb (patch)
treed3408aa5bfdb76f328a8b66187e6787233f0399d
parentb8a23f9e4980e6a041d750c325ab2845aea8488a (diff)
downloadrockbox-113a58dca6769ac9f99420d856975f72ef707efb.tar.gz
rockbox-113a58dca6769ac9f99420d856975f72ef707efb.zip
include autoconf for the endian defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6422 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/recorder/bmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/recorder/bmp.c b/apps/recorder/bmp.c
index 841244057f..6b557783cf 100644
--- a/apps/recorder/bmp.c
+++ b/apps/recorder/bmp.c
@@ -30,6 +30,7 @@
#include "debug.h"
#include "lcd.h"
#include "file.h"
+#include "autoconf.h"
#ifdef __GNUC__
#define STRUCT_PACKED __attribute__((packed))