diff options
Diffstat (limited to 'src/core/ao_storage.c')
-rw-r--r-- | src/core/ao_storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ao_storage.c b/src/core/ao_storage.c index ff4747d0..66394e01 100644 --- a/src/core/ao_storage.c +++ b/src/core/ao_storage.c @@ -15,7 +15,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include "ao.h" +#include <ao.h> uint8_t ao_storage_read(uint32_t pos, __xdata void *buf, uint16_t len) __reentrant |