Switch to side-by-side view

--- a/src/utils/fstreewalk.cpp
+++ b/src/utils/fstreewalk.cpp
@@ -14,9 +14,8 @@
  *   Free Software Foundation, Inc.,
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
-#ifdef HAVE_CONFIG_H
+
 #include "autoconfig.h"
-#endif
 
 #ifndef TEST_FSTREEWALK
 
@@ -25,6 +24,7 @@
 #include <sys/stat.h>
 #include <errno.h>
 #include <fnmatch.h>
+#include "safesysstat.h"
 #include <cstring>
 #include <algorithm>