All three of these headers refer to stdint types, memprot uses stdbool
@@ -18,6 +18,8 @@
*/
#pragma once
+#include <stdbool.h>
+#include <stdint.h>
#include "esp_attr.h"
#ifdef __cplusplus
@@ -14,6 +14,7 @@
#ifndef __ESP_ATTR_H__
#define __ESP_ATTR_H__
#include "sdkconfig.h"
#define ROMFN_ATTR