From f4a86ccaa23e7e513dbbfa45456ea5783c106ec0 Mon Sep 17 00:00:00 2001
From: Johnathan Corgan <jcorgan@corganenterprises.com>
Date: Thu, 1 Oct 2009 13:51:03 -0700
Subject: 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
---
 usrp/host/lib/db_flexrf_mimo.cc | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'usrp/host/lib/db_flexrf_mimo.cc')

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>
-- 
cgit v1.2.3