netreg: include stdio.h for fprintf, sprintf and sscanf; gcc 4.4 warnings

svn path=/trunk/; revision=42907
This commit is contained in:
Gregor Schneider 2009-08-24 12:01:38 +00:00
parent b84ac6c703
commit aab0f77c13

View file

@ -10,6 +10,7 @@
#include <windows.h>
#include <winsock.h>
#include <stdlib.h>
#include <stdio.h>
#include <map>
#include <string>
#include <sstream>