From 30209cedddb3b6ece5614b40f65f6a04e84388b4 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Wed, 30 Aug 2017 20:26:02 +0700 Subject: Install GAPK headers to '${includedir}/osmocom/gapk/' To be able to use the library, external applications need to know, which symbols are exposed. This information is provided by header files, which are being installed to a system's ${includedir} since this change. --- src/fmt_amr_opencore.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fmt_amr_opencore.c') diff --git a/src/fmt_amr_opencore.c b/src/fmt_amr_opencore.c index 3fa547b..07281fd 100644 --- a/src/fmt_amr_opencore.c +++ b/src/fmt_amr_opencore.c @@ -21,9 +21,9 @@ #include #include -#include -#include -#include +#include +#include +#include static int amr_opencore_from_canon(uint8_t *dst, const uint8_t *src, unsigned int src_len) -- cgit v1.2.3