From bdaa32578b0cd5ad7637d3e7247e166e4105a2bc Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Tue, 9 Nov 2004 03:22:17 +0000 Subject: [PATCH] One of the buggy versions of Mingw I have fails to compile this if I dont include stdio.h. svn path=/trunk/; revision=11601 --- reactos/lib/iphlpapi/ipstats_reactos.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/lib/iphlpapi/ipstats_reactos.c b/reactos/lib/iphlpapi/ipstats_reactos.c index 9526000e43d..e30d3b86c4c 100644 --- a/reactos/lib/iphlpapi/ipstats_reactos.c +++ b/reactos/lib/iphlpapi/ipstats_reactos.c @@ -19,6 +19,8 @@ * tcpip.sys */ +#include + #include "iphlpapi_private.h" #include "ipstats.h" #include "ifenum.h"