mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
netreg: include stdio.h for fprintf, sprintf and sscanf; gcc 4.4 warnings
svn path=/trunk/; revision=42907
This commit is contained in:
parent
b84ac6c703
commit
aab0f77c13
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <windows.h>
|
||||
#include <winsock.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
|
|
Loading…
Reference in a new issue