aboutsummaryrefslogtreecommitdiffstats
path: root/src/formats.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-08-30 20:26:02 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2017-12-31 12:20:59 +0100
commit30209cedddb3b6ece5614b40f65f6a04e84388b4 (patch)
treead3557d6212a4a955dcf2d9049a337581ce0ef9f /src/formats.c
parent48206ad2e07216e01c9870b606aee442b3d7ec0e (diff)
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.
Diffstat (limited to 'src/formats.c')
-rw-r--r--src/formats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/formats.c b/src/formats.c
index 60182fe..8544186 100644
--- a/src/formats.c
+++ b/src/formats.c
@@ -20,7 +20,7 @@
#include <stdio.h> /* for NULL */
#include <string.h>
-#include <gapk/formats.h>
+#include <osmocom/gapk/formats.h>
/* Extern format descriptors */
extern const struct format_desc fmt_amr_efr;