esp32s2/3: Add missing stdlib includes

All three of these headers refer to stdint types, memprot uses stdbool
This commit is contained in:
Angus Gratton
2020-10-09 14:57:04 +11:00
parent aa489dba07
commit 8aa73aea86
3 changed files with 5 additions and 0 deletions

View File

@@ -18,6 +18,8 @@
*/
#pragma once
#include <stdbool.h>
#include <stdint.h>
#include "esp_attr.h"
#ifdef __cplusplus

View File

@@ -18,6 +18,8 @@
*/
#pragma once
#include <stdbool.h>
#include <stdint.h>
#include "esp_attr.h"
#ifdef __cplusplus

View File

@@ -14,6 +14,7 @@
#ifndef __ESP_ATTR_H__
#define __ESP_ATTR_H__
#include <stdint.h>
#include "sdkconfig.h"
#define ROMFN_ATTR