aboutsummaryrefslogtreecommitdiffstats
path: root/lib/osmosdr
diff options
context:
space:
mode:
authorHoernchen <la@tfc-server.de>2013-03-12 14:51:01 +0100
committerHoernchen <la@tfc-server.de>2013-03-12 14:51:01 +0100
commit3fb4f96bb7f17753849fdd94ccbd7f6c70e5f1b4 (patch)
treee2b51cf9adfa9992fc6592f6a1a68afb25975d53 /lib/osmosdr
parent1772222cb3c82ad2cab608911a159776bc2c2979 (diff)
fix the other config.h includes as well
Diffstat (limited to 'lib/osmosdr')
-rw-r--r--lib/osmosdr/osmosdr_snk_c.cc2
-rw-r--r--lib/osmosdr/osmosdr_src_c.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/osmosdr/osmosdr_snk_c.cc b/lib/osmosdr/osmosdr_snk_c.cc
index 2dd3555..6792743 100644
--- a/lib/osmosdr/osmosdr_snk_c.cc
+++ b/lib/osmosdr/osmosdr_snk_c.cc
@@ -24,7 +24,7 @@
* file included in your .cc file.
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "gr_osmosdr_config.h"
#endif
#include "osmosdr_snk_c.h"
diff --git a/lib/osmosdr/osmosdr_src_c.cc b/lib/osmosdr/osmosdr_src_c.cc
index f053589..b8c9141 100644
--- a/lib/osmosdr/osmosdr_src_c.cc
+++ b/lib/osmosdr/osmosdr_src_c.cc
@@ -24,7 +24,7 @@
* file included in your .cc file.
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "gr_osmosdr_config.h"
#endif
#include "osmosdr_src_c.h"