fix(soc): fix stddef.h missed include in pmu_struct.h headers

This commit is contained in:
Alexey Lapshin
2025-05-16 23:30:58 +07:00
parent 4b4ad77483
commit fdb4212f7d
3 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
#pragma once
#include <stdint.h>
#include <stddef.h>
#include "soc/pmu_reg.h"
#ifdef __cplusplus
extern "C" {

View File

@@ -6,6 +6,7 @@
#pragma once
#include <stdint.h>
#include <stddef.h>
#include "soc/pmu_reg.h"
#ifdef __cplusplus
extern "C"

View File

@@ -6,6 +6,7 @@
#pragma once
#include <stdint.h>
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
#endif