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/codec_fr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/codec_fr.c') diff --git a/src/codec_fr.c b/src/codec_fr.c index 2ce44b4..0cda1f4 100644 --- a/src/codec_fr.c +++ b/src/codec_fr.c @@ -19,8 +19,8 @@ #include -#include -#include +#include +#include #include "config.h" -- cgit v1.2.3