mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
One of the buggy versions of Mingw I have fails to compile this if I dont
include stdio.h. svn path=/trunk/; revision=11601
This commit is contained in:
parent
885ff857c4
commit
bdaa32578b
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
|||
* tcpip.sys
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "iphlpapi_private.h"
|
||||
#include "ipstats.h"
|
||||
#include "ifenum.h"
|
||||
|
|
Loading…
Reference in a new issue