commit | d4728fd6f1054219035f05df907c9a41b1e2b80d | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@island-resort.com> | Mon Dec 17 15:15:56 2018 -0800 |
committer | Laurence Lundblade <lgl@island-resort.com> | Mon Dec 17 15:15:56 2018 -0800 |
tree | ff7f3b81d2b81bb647efc004a792f968ba9b82c5 | |
parent | 25c6c0a3e7b64424deff42501b47ccb0585d6928 [diff] |
strings.h -> string.h (was just a typo)
diff --git a/test/qcbor_decode_tests.c b/test/qcbor_decode_tests.c index 6c201e8..6e8f282 100644 --- a/test/qcbor_decode_tests.c +++ b/test/qcbor_decode_tests.c
@@ -32,7 +32,7 @@ #include "qcbor.h" #include "qcbor_decode_tests.h" -#include <strings.h> +#include <string.h> #include <math.h> // for fabs() #include <stdlib.h>