We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9043c commit 0770684Copy full SHA for 0770684
src/util/rbs_allocator.c
@@ -19,6 +19,7 @@
19
#include <stdlib.h>
20
#include <assert.h>
21
#include <string.h> // for memset()
22
+#include <stdint.h>
23
24
#ifdef _WIN32
25
#include <windows.h>
0 commit comments