[Box Backup-commit] COMMIT r1172 - box/trunk/lib/server

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sun Nov 26 16:23:03 GMT 2006


Author: chris
Date: 2006-11-26 16:23:03 +0000 (Sun, 26 Nov 2006)
New Revision: 1172

Modified:
   box/trunk/lib/server/makeprotocol.pl.in
Log:
Fix compile in trunk, trivial.


Modified: box/trunk/lib/server/makeprotocol.pl.in
===================================================================
--- box/trunk/lib/server/makeprotocol.pl.in	2006-11-23 19:54:51 UTC (rev 1171)
+++ box/trunk/lib/server/makeprotocol.pl.in	2006-11-26 16:23:03 UTC (rev 1172)
@@ -1,6 +1,10 @@
 #!@PERL@
+
 use strict;
 
+use lib "../../infrastructure";
+use BoxPlatform;
+
 # Make protocol C++ classes from a protocol description file
 
 # built in type info (values are is basic type, C++ typename)




More information about the Boxbackup-commit mailing list