Skip to content

Commit 0a17350

Browse files
committed
Fix deplister with VC14, noticed by Jan Ehrhardt
1 parent 50e08d6 commit 0a17350

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

win32/build/deplister.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* module to it's stdout for use by distro/installer building tools */
2323

2424
#include <windows.h>
25+
#include <stdio.h>
2526
#include <imagehlp.h>
2627

2728
BOOL CALLBACK StatusRoutine(IMAGEHLP_STATUS_REASON reason,

0 commit comments

Comments
 (0)