Skip to content

Commit f722a55

Browse files
committed
Fix Linux CI build
1 parent 0f941ac commit f722a55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spirv_reflect.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
#include <stdbool.h>
2121
#include <string.h>
2222

23+
#include <stddef.h> // for offsetof as defined in c spec
24+
2325
#if defined(WIN32)
2426
#define _CRTDBG_MAP_ALLOC
2527
#include <stdlib.h>

0 commit comments

Comments
 (0)