[Box Backup-commit] COMMIT r1468 - box/chris/general/lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sat Mar 24 22:43:50 GMT 2007


Author: chris
Date: 2007-03-24 22:43:50 +0000 (Sat, 24 Mar 2007)
New Revision: 1468

Modified:
   box/chris/general/lib/common/Guards.h
Log:
Fix compilation error reported by Torsten Boob (merges [1437])


Modified: box/chris/general/lib/common/Guards.h
===================================================================
--- box/chris/general/lib/common/Guards.h	2007-03-24 21:53:01 UTC (rev 1467)
+++ box/chris/general/lib/common/Guards.h	2007-03-24 22:43:50 UTC (rev 1468)
@@ -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