Skip to content

Commit d60f424

Browse files
authored
Merge pull request #3256 from NXPmicro/Include_stddef
Kinetis SDK: Include stddef.h to fix build errors seen when including…
2 parents 905a173 + d635ef6 commit d60f424

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_K66F/drivers/fsl_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <assert.h>
3535
#include <stdbool.h>
3636
#include <stdint.h>
37+
#include <stddef.h>
3738
#include <string.h>
3839
#include "fsl_device_registers.h"
3940

targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_K82F/drivers/fsl_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <assert.h>
3535
#include <stdbool.h>
3636
#include <stdint.h>
37+
#include <stddef.h>
3738
#include <string.h>
3839
#include "fsl_device_registers.h"
3940

targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_KL27Z/drivers/fsl_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <assert.h>
3535
#include <stdbool.h>
3636
#include <stdint.h>
37+
#include <stddef.h>
3738
#include <string.h>
3839
#include "fsl_device_registers.h"
3940

targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_KL43Z/drivers/fsl_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <assert.h>
3535
#include <stdbool.h>
3636
#include <stdint.h>
37+
#include <stddef.h>
3738
#include <string.h>
3839
#include "fsl_device_registers.h"
3940

targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_KL82Z/drivers/fsl_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <assert.h>
3535
#include <stdbool.h>
3636
#include <stdint.h>
37+
#include <stddef.h>
3738
#include <string.h>
3839
#include "fsl_device_registers.h"
3940

targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_KW24D/drivers/fsl_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <assert.h>
3535
#include <stdbool.h>
3636
#include <stdint.h>
37+
#include <stddef.h>
3738
#include <string.h>
3839
#include "fsl_device_registers.h"
3940

targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_MCU_K22F/drivers/fsl_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <assert.h>
3535
#include <stdbool.h>
3636
#include <stdint.h>
37+
#include <stddef.h>
3738
#include <string.h>
3839
#include "fsl_device_registers.h"
3940

targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_MCU_K64F/drivers/fsl_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <assert.h>
3535
#include <stdbool.h>
3636
#include <stdint.h>
37+
#include <stddef.h>
3738
#include <string.h>
3839
#include "fsl_device_registers.h"
3940

0 commit comments

Comments
 (0)