]> granicus.if.org Git - php/commitdiff
Fix deplister with VC14, noticed by Jan Ehrhardt
authorKalle Sommer Nielsen <kalle@php.net>
Thu, 28 May 2015 21:06:49 +0000 (23:06 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Thu, 28 May 2015 21:06:49 +0000 (23:06 +0200)
win32/build/deplister.c

index eec014ca690cd7665e81d1c0218e7bb454acaa8f..5b8c60cee97286e580ade70a050d30f14e24f2a4 100644 (file)
@@ -22,6 +22,7 @@
  * module to it's stdout for use by distro/installer building tools */
 
 #include <windows.h>
+#include <stdio.h>
 #include <imagehlp.h>
 
 BOOL CALLBACK StatusRoutine(IMAGEHLP_STATUS_REASON reason,