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

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Sun, 03 Jun 2007 15:37:48 +0100


Author: chris
Date: 2007-06-03 15:37:48 +0100 (Sun, 03 Jun 2007)
New Revision: 1694

Modified:
   box/chris/merge/lib/common/EventWatchFilesystemObject.cpp
Log:
Add missing #include <errno.h>, thanks Tobias.


Modified: box/chris/merge/lib/common/EventWatchFilesystemObject.cpp
===================================================================
--- box/chris/merge/lib/common/EventWatchFilesystemObject.cpp	2007-05-26 17:35:54 UTC (rev 1693)
+++ box/chris/merge/lib/common/EventWatchFilesystemObject.cpp	2007-06-03 14:37:48 UTC (rev 1694)
@@ -9,6 +9,7 @@
 
 #include "Box.h"
 
+#include <errno.h>
 #include <fcntl.h>
 
 #ifdef HAVE_UNISTD_H