[Box Backup-commit] COMMIT r1526 - box/chris/general/lib/server

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sat Apr 21 11:53:40 BST 2007


Author: chris
Date: 2007-04-21 11:53:39 +0100 (Sat, 21 Apr 2007)
New Revision: 1526

Modified:
   box/chris/general/lib/server/ServerControl.h
Log:
Compile fix, always include Test.h.


Modified: box/chris/general/lib/server/ServerControl.h
===================================================================
--- box/chris/general/lib/server/ServerControl.h	2007-04-21 10:52:54 UTC (rev 1525)
+++ box/chris/general/lib/server/ServerControl.h	2007-04-21 10:53:39 UTC (rev 1526)
@@ -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