Skip to content

Commit ac1b8e0

Browse files
Merge pull request #7 from jepler/circuitpython-build-fix
fix circuitpython build error
2 parents 63b4df7 + 3a817d6 commit ac1b8e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch.h

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
#if !defined(_PROTOMATTER_ARCH_H_)
2121
#define _PROTOMATTER_ARCH_H_
2222

23+
#include <string.h>
24+
2325
/*
2426
Common ground for architectures to support this library:
2527

0 commit comments

Comments
 (0)