8000 Explicitly include "stdint.h" to make sure "uintptr_t" is defined (fi… · fancycode/MemoryModule@d9a6bb9 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9a6bb9

Browse files
committed
Explicitly include "stdint.h" to make sure "uintptr_t" is defined (fixes #34).
1 parent 905ad75 commit d9a6bb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MemoryModule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include <windows.h>
2828
#include <winnt.h>
2929
#include <stddef.h>
30+
#include <stdint.h>
3031
#include <tchar.h>
3132
#ifdef DEBUG_OUTPUT
3233
#include <stdio.h>

0 commit comments

Comments
 (0)
0