View Single Post
  #3  
Old 05-07-2010, 01:49 PM
gaeorn
Developer
 
Join Date: Apr 2009
Location: USA
Posts: 478
Default

try this diff
Code:
Index: SocketLib/Mime.cpp
===================================================================
--- SocketLib/Mime.cpp  (revision 1457)
+++ SocketLib/Mime.cpp  (working copy)
@@ -20,7 +20,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
-//#include <stdio.h>
+#include <stdio.h>
 
 #include "Parse.h"
 #include "Mime.h"
Reply With Quote