From: Brian Norris <computersforpeace@gmail.com>
To: "Jörg Krause" <joerg.krause@embedded.rocks>
Cc: linux-mtd@lists.infradead.org
Subject: Re: [PATCH 3/3] lib/libfec.c: fix build against musl
Date: Thu, 28 May 2015 16:39:13 -0700 [thread overview]
Message-ID: <20150528233913.GD17945@ld-irv-0074> (raw)
In-Reply-To: <1429827173-1739-3-git-send-email-joerg.krause@embedded.rocks>
On Fri, Apr 24, 2015 at 12:12:53AM +0200, Jörg Krause wrote:
> Add missing #include <sys/types.h> for u_long.
I pushed a different patch from another contributor that kills off the
u_long usage, so I think this should no longer be necessary. Let me know
if you still see issues.
Thanks,
Brian
> Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
> ---
> lib/libfec.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/lib/libfec.c b/lib/libfec.c
> index ff5a127..c5e7749 100644
> --- a/lib/libfec.c
> +++ b/lib/libfec.c
> @@ -45,6 +45,7 @@
> #include <stdio.h>
> #include <stdlib.h>
> #include <string.h>
> +#include <sys/types.h>
>
> /*
> * stuff used for testing purposes only
next prev parent reply other threads:[~2015-05-28 23:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-23 22:12 [PATCH 1/3] include/common.h: fix build against musl Jörg Krause
2015-04-23 22:12 ` [PATCH 2/3] Makefile: " Jörg Krause
2015-04-24 20:43 ` Jörg Krause
2015-04-23 22:12 ` [PATCH 3/3] lib/libfec.c: " Jörg Krause
2015-05-28 23:39 ` Brian Norris [this message]
2015-05-28 23:43 ` [PATCH 1/3] include/common.h: " Brian Norris
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=20150528233913.GD17945@ld-irv-0074 \
--to=computersforpeace@gmail.com \
--cc=joerg.krause@embedded.rocks \
--cc=linux-mtd@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox