[Box Backup-commit] COMMIT r2196 - box/trunk/lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Tue Jul 1 00:04:15 BST 2008


Author: chris
Date: 2008-07-01 00:04:14 +0100 (Tue, 01 Jul 2008)
New Revision: 2196

Modified:
   box/trunk/lib/common/Logging.cpp
Log:
Compile fix for strerror() on RedHat 9, thanks to Alex Howansky.


Modified: box/trunk/lib/common/Logging.cpp
===================================================================
--- box/trunk/lib/common/Logging.cpp	2008-06-27 23:12:39 UTC (rev 2195)
+++ box/trunk/lib/common/Logging.cpp	2008-06-30 23:04:14 UTC (rev 2196)
@@ -10,6 +10,7 @@
 #include "Box.h"
 
 #include <errno.h>
+#include <string.h>
 #include <time.h>
 
 #ifdef HAVE_SYSLOG_H




More information about the Boxbackup-commit mailing list