summaryrefslogtreecommitdiff
path: root/plugins/gemalto.c
diff options
context:
space:
mode:
authorClayton Craft <clayton@craftyguy.net>2017-09-08 09:18:20 -0700
committerDenis Kenzior <denkenz@gmail.com>2017-09-08 12:09:54 -0500
commit995eaca5149924804944ccd23d750b238bdff392 (patch)
tree900c534b6bc99926dacc4e4b2201f8528f928611 /plugins/gemalto.c
parent1f5aa70b53936012b4d90440d6ede3cd3f36f664 (diff)
downloadofono-995eaca5149924804944ccd23d750b238bdff392.tar.gz
plugins: Fix compilation on armhf/Musl
The following patch is needed to successfully build ofono on armhf with musl (in place of libc)
Diffstat (limited to 'plugins/gemalto.c')
-rw-r--r--plugins/gemalto.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gemalto.c b/plugins/gemalto.c
index 011713e6..45ec0cf9 100644
--- a/plugins/gemalto.c
+++ b/plugins/gemalto.c
@@ -25,6 +25,7 @@
#include <errno.h>
#include <stdlib.h>
+#include <stdint.h>
#include <glib.h>
#include <gatchat.h>