mirror of
https://github.com/novatiq/packages.git
synced 2026-06-26 15:20:27 +01:00
54bb27c183
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
11 lines
188 B
Diff
11 lines
188 B
Diff
--- a/flash.h
|
|
+++ b/flash.h
|
|
@@ -30,6 +30,7 @@
|
|
#include <stdio.h>
|
|
#include <stdint.h>
|
|
#include <stddef.h>
|
|
+#include <sys/io.h>
|
|
#include <stdarg.h>
|
|
#include <stdbool.h>
|
|
#if IS_WINDOWS
|