What steps will reproduce the problem?
1. Checkout Code in Revision 282
2. Build the code with make
3. make will fail at viewer/svutil.cpp because the <stdio.h> is missing
What is the expected output? What do you see instead?
Compilation failed
What version of the product are you using? On what operating system?
Revision 282, Linux
Please provide any additional information below.
Diff:
Index: viewer/svutil.cpp
===================================================================
--- viewer/svutil.cpp (revision 282)
+++ viewer/svutil.cpp (working copy)
@@ -43,6 +43,7 @@
#endif
#include <iostream>
+#include <stdio.h>
const int kBufferSize = 65536;
const int kMaxMsgSize = 4096;
Original issue reported on code.google.com by david.st...@gmail.com on 8 Jul 2009 at 7:37
Original issue reported on code.google.com by
david.st...@gmail.com
on 8 Jul 2009 at 7:37