modified base/applications/network/netstat/netstat.c

Another mysterious case of stdlib.h being automatically included for gcc but not cl, another module compiling with Visual C++

svn path=/trunk/; revision=42451
This commit is contained in:
KJK::Hyperion 2009-08-07 02:15:25 +00:00
parent 5662c48394
commit 6046aeca98

View file

@ -17,6 +17,7 @@
#include <winsock.h>
#include <tchar.h>
#include <stdio.h>
#include <stdlib.h>
#include <iphlpapi.h>
#include "netstat.h"