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_ti.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fmt_ti.c') diff --git a/src/fmt_ti.c b/src/fmt_ti.c index 582bff4..5f2da9f 100644 --- a/src/fmt_ti.c +++ b/src/fmt_ti.c @@ -30,9 +30,9 @@ #include -#include -#include -#include +#include +#include +#include #define TI_LEN 33 -- cgit v1.2.1