Fix build of the Transceiver.
diff --git a/Transceiver52M/radioInterface.h b/Transceiver52M/radioInterface.h
index cac20de..6e15a1f 100644
--- a/Transceiver52M/radioInterface.h
+++ b/Transceiver52M/radioInterface.h
@@ -26,6 +26,8 @@
 #define INCHUNK    (625)
 #define OUTCHUNK   (625)
 
+static const unsigned gSlotLen = 148;      ///< number of symbols per slot, not counting guard periods
+
 /** class to interface the transceiver with the USRP */
 class RadioInterface {