diff options
author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-06-04 16:22:10 +0000 |
---|---|---|
committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-06-04 16:22:10 +0000 |
commit | dbfb90672bd77530acec0486b81e154c1d104c43 (patch) | |
tree | 07d348f539bf14e0426dd0ee8fcd30c84948dfea | |
parent | 43fcc1e80baca650f2e03a4b0d0e176fcacacdf4 (diff) |
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.h | 4 |
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 @@ #ifndef __M_FIXED_H__ #define __M_FIXED_H__ +#ifdef ROCKBOX +#include "plugin.h" +#endif + typedef int t_sample; #define t_fixed int |