[hamradio-commits] [gnss-sdr] 03/06: Fix linking against https://github.com/gnuradio/volk/commit/18ed0f15bce6053fee5405fbe7077760a95788a3

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Fri Sep 18 21:41:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.

commit b665444550e90bf595ade110cd57d69cf98145b9
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Fri Sep 18 17:40:47 2015 +0200

    Fix linking against
    https://github.com/gnuradio/volk/commit/18ed0f15bce6053fee5405fbe7077760a95788a3
---
 .../volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_complex.h         | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_complex.h b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_complex.h
index 06a3c23..d788cf1 100644
--- a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_complex.h
+++ b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_complex.h
@@ -24,6 +24,9 @@
 #ifndef INCLUDE_VOLK_COMPLEX_H
 #define INCLUDE_VOLK_COMPLEX_H
 
+#ifndef INCLUDED_VOLK_COMPLEX_H
+#define INCLUDED_VOLK_COMPLEX_H
+
 /*!
  * \brief Provide typedefs and operators for all complex types in C and C++.
  *
@@ -106,4 +109,6 @@ typedef double complex       lv_64fc_t;
 
 #endif /* __cplusplus */
 
+#endif /* INCLUDED_VOLK_COMPLEX_H */
+
 #endif /* INCLUDE_VOLK_COMPLEX_H */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list