Doc fixes.
[bertos.git] / mware / pgm.h
index 399f97c87c013f316b77c1d2cfcbd927eee63d45..eebe87fe1107a8a716f5ce63632a5303759d82e5 100644 (file)
@@ -49,7 +49,8 @@
 
 #include <cfg/compiler.h> /* For intXX_t */
 #include <cpu/detect.h>
-#include <cpu/cpu.h> /* For CPU_HARVARD */
+#include <cpu/attr.h>     /* For CPU_HARVARD */
+#include <cpu/types.h>    /* For SIZEOF_INT */
 
 #if CPU_AVR