aboutsummaryrefslogtreecommitdiff
path: root/tests/base64.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/base64.c')
-rw-r--r--tests/base64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/base64.c b/tests/base64.c
index 9682475c..714bd4b2 100644
--- a/tests/base64.c
+++ b/tests/base64.c
@@ -8,7 +8,7 @@
// found online at https://opensource.org/licenses/MIT.
//
-#include <strings.h>
+#include <string.h>
#include "convey.h"