esp32s2/3: Add missing stdlib includes

All three of these headers refer to stdint types, memprot uses stdbool
pull/5682/merge
Angus Gratton 2020-10-09 14:57:04 +11:00
rodzic aa489dba07
commit 8aa73aea86
3 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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