All of lore.kernel.org
 help / color / mirror / Atom feed
From: Clayton Craft <clayton@craftyguy.net>
To: ofono@ofono.org
Subject: [PATCH 1/1] Fix compilation on armhf/Musl
Date: Fri, 08 Sep 2017 09:18:20 -0700	[thread overview]
Message-ID: <20170908161820.GA3@computer.craftyguy.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 616 bytes --]

The following patch is needed to successfully build ofono on armhf with
musl (in place of libc)


diff --git a/gril/parcel.h b/gril/parcel.h
index e5592ae1..46887890 100644
--- a/gril/parcel.h
+++ b/gril/parcel.h
@@ -23,6 +23,7 @@
 #define __PARCEL_H

 #include <stdlib.h>
+#include <stdint.h>

 struct parcel {
        char *data;
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>


             reply	other threads:[~2017-09-08 16:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-08 16:18 Clayton Craft [this message]
2017-09-08 17:11 ` [PATCH 1/1] Fix compilation on armhf/Musl Denis Kenzior
2017-09-08 17:15   ` Clayton Craft

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170908161820.GA3@computer.craftyguy.net \
    --to=clayton@craftyguy.net \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.