From: David Henningsson <david.henningsson@canonical.com>
To: "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
Takashi Iwai <tiwai@suse.de>
Subject: [PATCH] hda-emu: Include stdlib.h, needed for calloc
Date: Tue, 03 Aug 2010 10:54:11 +0200 [thread overview]
Message-ID: <4C57D933.5070108@canonical.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 67 bytes --]
--
David Henningsson, Canonical Ltd.
http://launchpad.net/~diwic
[-- Attachment #2: 0001-Include-stdlib.h-needed-for-calloc.patch --]
[-- Type: text/x-patch, Size: 626 bytes --]
>From 0062fa9c891f0f48f0a207f06df16e79a67215c3 Mon Sep 17 00:00:00 2001
From: David Henningsson <david.henningsson@canonical.com>
Date: Tue, 3 Aug 2010 10:42:13 +0200
Subject: [PATCH] Include stdlib.h, needed for calloc
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
---
hda-spec.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/hda-spec.c b/hda-spec.c
index 6c4f045..2ff8b21 100644
--- a/hda-spec.c
+++ b/hda-spec.c
@@ -23,6 +23,7 @@
#include <stdio.h>
#include <errno.h>
#include <string.h>
+#include <stdlib.h>
#include "hda-types.h"
#include "hda-log.h"
--
1.7.0.4
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
next reply other threads:[~2010-08-03 8:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-03 8:54 David Henningsson [this message]
2010-08-03 9:53 ` [PATCH] hda-emu: Include stdlib.h, needed for calloc Takashi Iwai
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=4C57D933.5070108@canonical.com \
--to=david.henningsson@canonical.com \
--cc=alsa-devel@alsa-project.org \
--cc=tiwai@suse.de \
/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.