[Box Backup-commit] COMMIT r1437 - box/chris/merge/lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sat Mar 24 00:40:59 GMT 2007


Author: chris
Date: 2007-03-24 00:40:59 +0000 (Sat, 24 Mar 2007)
New Revision: 1437

Modified:
   box/chris/merge/lib/common/Guards.h
Log:
Fix compilation error reported by Torsten Boob (refs #3)


Modified: box/chris/merge/lib/common/Guards.h
===================================================================
--- box/chris/merge/lib/common/Guards.h	2007-03-22 23:57:13 UTC (rev 1436)
+++ box/chris/merge/lib/common/Guards.h	2007-03-24 00:40:59 UTC (rev 1437)
@@ -15,9 +15,12 @@
 	#include <unistd.h>
 #endif
 
+#include <errno.h>
 #include <fcntl.h>
 #include <stdlib.h>
+#include <string.h>
 #include <sys/stat.h>
+
 #include <new>
 
 #include "CommonException.h"




More information about the Boxbackup-commit mailing list