efuse: Add missing stdbool.h include file

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei 2021-11-11 18:04:26 -03:00
parent 047a5bf2f7
commit d2da4598f5

View File

@ -18,6 +18,7 @@
extern "C" {
#endif
#include <stdbool.h>
#include <stdint.h>
#include "esp_err.h"
#include "esp_log.h"