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

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Aug 2 23:24:35 BST 2007


Author: chris
Date: 2007-08-02 23:24:34 +0100 (Thu, 02 Aug 2007)
New Revision: 1787

Modified:
   box/chris/merge/lib/common/DebugPrintf.cpp
Log:
Undo removal of syslog() header, still needed in this file.


Modified: box/chris/merge/lib/common/DebugPrintf.cpp
===================================================================
--- box/chris/merge/lib/common/DebugPrintf.cpp	2007-07-31 23:52:51 UTC (rev 1786)
+++ box/chris/merge/lib/common/DebugPrintf.cpp	2007-08-02 22:24:34 UTC (rev 1787)
@@ -14,6 +14,12 @@
 #include <stdio.h>
 #include <stdarg.h>
 
+#ifdef WIN32
+	#include "emu.h"
+#else
+	#include <syslog.h>
+#endif
+
 #include "MemLeakFindOn.h"
 
 // Use this apparently superflous printf function to avoid having to 




More information about the Boxbackup-commit mailing list