mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-08 03:03:02 +00:00
Make use of volk_gnsssdr_malloc, volk_gnsssdr_free
instead of volk_malloc, volk_free (which are missing from the volk version distributed by ubuntu 14.04). Fix the include guard in volk_gnsssdr_malloc.h Thanks to @hoernchen
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
* along with GNSS-SDR. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_VOLK_MALLOC_H
|
||||
#define INCLUDED_VOLK_MALLOC_H
|
||||
#ifndef INCLUDED_VOLK_GNSSSDR_MALLOC_H
|
||||
#define INCLUDED_VOLK_GNSSSDR_MALLOC_H
|
||||
|
||||
#include <volk_gnsssdr/volk_gnsssdr_common.h>
|
||||
#include <stdlib.h>
|
||||
@@ -65,4 +65,4 @@ VOLK_API void volk_gnsssdr_free(void *aptr);
|
||||
|
||||
__VOLK_DECL_END
|
||||
|
||||
#endif /* INCLUDED_VOLK_MALLOC_H */
|
||||
#endif /* INCLUDED_VOLK_GNSSSDR_MALLOC_H */
|
||||
|
||||
Reference in New Issue
Block a user