mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 00:31:27 +00:00
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:
parent
5662c48394
commit
6046aeca98
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
#include <winsock.h>
|
||||
#include <tchar.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <iphlpapi.h>
|
||||
#include "netstat.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue