Switch to side-by-side view

--- a/src/utils/wipedir.cpp
+++ b/src/utils/wipedir.cpp
@@ -1,5 +1,5 @@
 #ifndef lint
-static char rcsid[] = "@(#$Id: wipedir.cpp,v 1.5 2006-01-23 13:32:29 dockes Exp $ (C) 2004 J.F.Dockes";
+static char rcsid[] = "@(#$Id: wipedir.cpp,v 1.6 2007-12-13 06:58:22 dockes Exp $ (C) 2004 J.F.Dockes";
 #endif
 /*
  *   This program is free software; you can redistribute it and/or modify
@@ -25,6 +25,7 @@
 #include <sys/stat.h>
 #include <errno.h>
 
+#include <cstring>
 #include <string>
 #ifndef NO_NAMESPACES
 using namespace std;