soc: Add "#include <stdint.h>" to all register structs

Closes https://github.com/espressif/esp-idf/issues/2239

TW24912
This commit is contained in:
Angus Gratton
2018-12-04 11:17:38 +11:00
committed by Angus Gratton
parent 3bc970c5f4
commit 7f32995a4c
22 changed files with 44 additions and 0 deletions

View File

@@ -14,6 +14,8 @@
#ifndef _SOC_GPIO_SD_STRUCT_H_
#define _SOC_GPIO_SD_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif