[Box Backup-commit] COMMIT r1626 - box/chris/merge/lib/common
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Wed, 02 May 2007 18:16:16 +0100
Author: chris
Date: 2007-05-02 18:16:16 +0100 (Wed, 02 May 2007)
New Revision: 1626
Modified:
box/chris/merge/lib/common/Logging.cpp
Log:
Add missing #include <errno.h>, thanks to Matt Brown (refs #3)
Modified: box/chris/merge/lib/common/Logging.cpp
===================================================================
--- box/chris/merge/lib/common/Logging.cpp 2007-05-02 12:15:40 UTC (rev 1625)
+++ box/chris/merge/lib/common/Logging.cpp 2007-05-02 17:16:16 UTC (rev 1626)
@@ -9,6 +9,7 @@
#include "Box.h"
+#include <errno.h>
#include <time.h>
#ifdef HAVE_SYSLOG_H