netreg: include stdio.h for fprintf, sprintf and sscanf; gcc 4.4 warnings
[reactos.git] / rosapps / applications / net / netreg / netreg.cpp
index 9b5ef82..53e2336 100644 (file)
@@ -10,6 +10,7 @@
 #include <windows.h>
 #include <winsock.h>
 #include <stdlib.h>
+#include <stdio.h>
 #include <map>
 #include <string>
 #include <sstream>