Skip to content

Commit f30e01a

Browse files
add stddef.h, prep for QP/C 8.1.2
1 parent 1a6be22 commit f30e01a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cpputest-for-qpc-lib/include/qp_port.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
#include <stdint.h> // Exact-width types. WG14/N843 C99 Standard
2929
#include <stdbool.h> // Boolean type. WG14/N843 C99 Standard
30+
#include <stddef.h> // size_t
3031

3132
#ifdef __cplusplus
3233
extern "C" {

0 commit comments

Comments
 (0)