1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/sys_crypto: add missing <string.h> include

This commit is contained in:
Benjamin Valentin 2023-02-20 18:31:23 +01:00
parent 2285961810
commit d6e2499ab7

View File

@ -6,6 +6,7 @@
* directory for more details.
*/
#include <string.h>
#include <limits.h>
#include "embUnit.h"