We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724236a commit 816a198Copy full SHA for 816a198
sha/mbedtls_sha256/mbedtls_sha256.c
@@ -6,6 +6,9 @@
6
7
#include <stdio.h>
8
#include <string.h>
9
+// Include sys/types.h before inttypes.h to work around issue with
10
+// certain versions of GCC and newlib which causes omission of PRIu64
11
+#include <sys/types.h>
12
#include <inttypes.h>
13
#include <stdlib.h>
14
sha/sha256/hello_sha256.c
0 commit comments