X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fpgm.h;h=eebe87fe1107a8a716f5ce63632a5303759d82e5;hb=8bab11971bc4e89f1a0ab56101ed3babf93fcd1d;hp=f0dc05a489e7c9c172af0e58f1210351733cd19a;hpb=5f3952176a4e9a00ca8dd5ec4a6b994958f89e0a;p=bertos.git diff --git a/mware/pgm.h b/mware/pgm.h index f0dc05a4..eebe87fe 100644 --- a/mware/pgm.h +++ b/mware/pgm.h @@ -1,8 +1,33 @@ /** * \file * * * \brief Support for reading program memory on Harvard architectures. @@ -22,9 +47,10 @@ #ifndef MWARE_PGM_H #define MWARE_PGM_H -#include #include /* For intXX_t */ -#include /* For CPU_HARVARD */ +#include +#include /* For CPU_HARVARD */ +#include /* For SIZEOF_INT */ #if CPU_AVR