commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10557 - openbts/trunk/Transceiver


From: jcorgan
Subject: [Commit-gnuradio] r10557 - openbts/trunk/Transceiver
Date: Wed, 4 Mar 2009 11:12:17 -0700 (MST)

Author: jcorgan
Date: 2009-03-04 11:12:16 -0700 (Wed, 04 Mar 2009)
New Revision: 10557

Modified:
   openbts/trunk/Transceiver/USRPDevice.cpp
Log:
Fix missing include that defines HAVE_BYTESWAP_H

Modified: openbts/trunk/Transceiver/USRPDevice.cpp
===================================================================
--- openbts/trunk/Transceiver/USRPDevice.cpp    2009-03-03 19:44:29 UTC (rev 
10556)
+++ openbts/trunk/Transceiver/USRPDevice.cpp    2009-03-04 18:12:16 UTC (rev 
10557)
@@ -26,6 +26,9 @@
        SWLOOPBACK      compile for software loopback testing
 */ 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #define NDEBUG
 #include <string.h>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]