Skip to content

Commit 0770684

Browse files
committed
Add missing stdint import
1 parent 0b9043c commit 0770684

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/rbs_allocator.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <stdlib.h>
2020
#include <assert.h>
2121
#include <string.h> // for memset()
22+
#include <stdint.h>
2223

2324
#ifdef _WIN32
2425
#include <windows.h>

0 commit comments

Comments
 (0)