[Box Backup-commit] COMMIT r1525 - box/chris/merge/lib/server

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sat Apr 21 11:52:55 BST 2007


Author: chris
Date: 2007-04-21 11:52:54 +0100 (Sat, 21 Apr 2007)
New Revision: 1525

Modified:
   box/chris/merge/lib/server/ServerControl.h
Log:
Compile fix, always include Test.h (refs #3)


Modified: box/chris/merge/lib/server/ServerControl.h
===================================================================
--- box/chris/merge/lib/server/ServerControl.h	2007-04-20 22:25:52 UTC (rev 1524)
+++ box/chris/merge/lib/server/ServerControl.h	2007-04-21 10:52:54 UTC (rev 1525)
@@ -1,12 +1,13 @@
 #ifndef SERVER_CONTROL_H
 #define SERVER_CONTROL_H
 
+#include "Test.h"
+
 #ifdef WIN32
 
 #include "WinNamedPipeStream.h"
 #include "IOStreamGetLine.h"
 #include "BoxPortsAndFiles.h"
-#include "Test.h"
 
 static bool SendCommands(const std::string& rCmd)
 {




More information about the Boxbackup-commit mailing list