[sword-svn] r2481 - trunk/utilities

scribe at crosswire.org scribe at crosswire.org
Fri Dec 4 01:50:59 MST 2009


Author: scribe
Date: 2009-12-04 01:50:59 -0700 (Fri, 04 Dec 2009)
New Revision: 2481

Modified:
   trunk/utilities/stepdump.cpp
Log:
added include of stdio per mwtalbert


Modified: trunk/utilities/stepdump.cpp
===================================================================
--- trunk/utilities/stepdump.cpp	2009-12-04 01:36:41 UTC (rev 2480)
+++ trunk/utilities/stepdump.cpp	2009-12-04 08:50:59 UTC (rev 2481)
@@ -15,11 +15,13 @@
  *
  */
 
-#include <iostream>
-#include <string>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <stdio.h>
 
+#include <iostream>
+#include <string>
+
 #ifndef __GNUC__
 #include <io.h>
 #else




More information about the sword-cvs mailing list