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

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Wed, 09 May 2007 11:34:20 +0100


Author: chris
Date: 2007-05-09 11:34:20 +0100 (Wed, 09 May 2007)
New Revision: 1642

Modified:
   box/chris/general/lib/common/Logging.cpp
Log:
Add missing #include <errno.h>, thanks to Matt Brown (merges [1626])


Modified: box/chris/general/lib/common/Logging.cpp
===================================================================
--- box/chris/general/lib/common/Logging.cpp	2007-05-09 10:33:48 UTC (rev 1641)
+++ box/chris/general/lib/common/Logging.cpp	2007-05-09 10:34:20 UTC (rev 1642)
@@ -9,6 +9,7 @@
 
 #include "Box.h"
 
+#include <errno.h>
 #include <time.h>
 
 #ifdef HAVE_SYSLOG_H