2018-01-01 01:50:19 +08:00
|
|
|
--- a/flash.h
|
|
|
|
+++ b/flash.h
|
2016-01-18 04:58:09 +08:00
|
|
|
@@ -30,6 +30,7 @@
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdint.h>
|
|
|
|
#include <stddef.h>
|
|
|
|
+#include <sys/io.h>
|
2018-01-01 01:50:19 +08:00
|
|
|
#include <stdarg.h>
|
2016-01-18 04:58:09 +08:00
|
|
|
#include <stdbool.h>
|
|
|
|
#if IS_WINDOWS
|