Skip to content

Commit 49cf8f8

Browse files
committed
Fix missing header include.
1 parent fc9d0ce commit 49cf8f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

module.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <stddef.h>
12
#include <stdint.h>
23

34
#include "string_data.h"

0 commit comments

Comments
 (0)