We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b39afb commit 8953e1bCopy full SHA for 8953e1b
system/rand/rand.c
@@ -5,6 +5,9 @@
5
*/
6
7
#include <stdio.h>
8
+// Include sys/types.h before inttypes.h to work around issue with
9
+// certain versions of GCC and newlib which causes omission of PRIx64
10
+#include <sys/types.h>
11
#include <inttypes.h>
12
13
#include "pico/stdlib.h"
0 commit comments