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

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Fri Aug 3 00:20:07 BST 2007


Author: chris
Date: 2007-08-03 00:20:07 +0100 (Fri, 03 Aug 2007)
New Revision: 1788

Modified:
   box/chris/general/lib/common/DebugPrintf.cpp
Log:
Undo removal of syslog() header, still needed in this file. (refs #3,
merges [1787])


Modified: box/chris/general/lib/common/DebugPrintf.cpp
===================================================================
--- box/chris/general/lib/common/DebugPrintf.cpp	2007-08-02 22:24:34 UTC (rev 1787)
+++ box/chris/general/lib/common/DebugPrintf.cpp	2007-08-02 23:20:07 UTC (rev 1788)
@@ -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