summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-06-04 16:22:10 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-06-04 16:22:10 +0000
commitdbfb90672bd77530acec0486b81e154c1d104c43 (patch)
tree07d348f539bf14e0426dd0ee8fcd30c84948dfea
parent43fcc1e80baca650f2e03a4b0d0e176fcacacdf4 (diff)
downloadrockbox-dbfb90672bd77530acec0486b81e154c1d104c43.tar.gz
rockbox-dbfb90672bd77530acec0486b81e154c1d104c43.zip
Ensure CPU is defined.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26546 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/pdbox/PDa/src/m_fixed.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/pdbox/PDa/src/m_fixed.h b/apps/plugins/pdbox/PDa/src/m_fixed.h
index 57c9296457..2a89a18b5a 100644
--- a/apps/plugins/pdbox/PDa/src/m_fixed.h
+++ b/apps/plugins/pdbox/PDa/src/m_fixed.h
@@ -1,6 +1,10 @@
1#ifndef __M_FIXED_H__ 1#ifndef __M_FIXED_H__
2#define __M_FIXED_H__ 2#define __M_FIXED_H__
3 3
4#ifdef ROCKBOX
5#include "plugin.h"
6#endif
7
4typedef int t_sample; 8typedef int t_sample;
5 9
6#define t_fixed int 10#define t_fixed int