summaryrefslogtreecommitdiff
path: root/usrp/host/lib/db_flexrf_mimo.cc
diff options
context:
space:
mode:
authorJohnathan Corgan <jcorgan@corganenterprises.com>2009-10-01 13:51:03 -0700
committerJohnathan Corgan <jcorgan@corganenterprises.com>2009-10-01 13:51:03 -0700
commitf4a86ccaa23e7e513dbbfa45456ea5783c106ec0 (patch)
tree745a3255d003b2e139372ac0f20523a4aa98cdeb /usrp/host/lib/db_flexrf_mimo.cc
parent6f820db7a8076d38eb2633f44916e2328708ea42 (diff)
Cleanup in preparation for merge
Fix trailing whitespace Use standard include guards Add more missing config.h includes Fixup emacs mode strings Update copyright notices
Diffstat (limited to 'usrp/host/lib/db_flexrf_mimo.cc')
-rw-r--r--usrp/host/lib/db_flexrf_mimo.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/usrp/host/lib/db_flexrf_mimo.cc b/usrp/host/lib/db_flexrf_mimo.cc
index e2db5cd10d..29bbbd58f3 100644
--- a/usrp/host/lib/db_flexrf_mimo.cc
+++ b/usrp/host/lib/db_flexrf_mimo.cc
@@ -19,6 +19,10 @@
* Boston, MA 02110-1301, USA.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <usrp/db_flexrf_mimo.h>
#include <fpga_regs_standard.h>
#include <fpga_regs_common.h>