summaryrefslogtreecommitdiffstats
path: root/firmware/export
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-03-17 09:54:28 +0000
committerJens Arnold <amiconn@rockbox.org>2007-03-17 09:54:28 +0000
commitf68362ad6ffef77261e2f64cedc08a023c721ae7 (patch)
tree455e19964b6efb605374ea192b97d8eed0307c97 /firmware/export
parent75e1fd718f4d354afbee4cf5251e03d5101c0daf (diff)
downloadrockbox-f68362ad6ffef77261e2f64cedc08a023c721ae7.tar.gz
rockbox-f68362ad6ffef77261e2f64cedc08a023c721ae7.zip
Fix simulator builds, and some debugf() format strings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12817 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/debug.h2
-rw-r--r--firmware/export/logf.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/debug.h b/firmware/export/debug.h
index ef56ea6092..17c4bdfdd6 100644
--- a/firmware/export/debug.h
+++ b/firmware/export/debug.h
@@ -19,7 +19,7 @@
#ifndef DEBUG_H
#define DEBUG_H
-#include <_ansi.h>
+#include "../include/_ansi.h"
extern void debug_init(void);
extern void debugf(const char* fmt,...) ATTRIBUTE_PRINTF(1, 2);
diff --git a/firmware/export/logf.h b/firmware/export/logf.h
index 016425f334..868e8fc723 100644
--- a/firmware/export/logf.h
+++ b/firmware/export/logf.h
@@ -20,7 +20,7 @@
#define LOGF_H
#include <config.h>
#include <stdbool.h>
-#include "_ansi.h"
+#include "../include/_ansi.h"
#ifdef ROCKBOX_HAS_LOGF