* [PATCH] hda-emu: Include stdlib.h, needed for calloc
@ 2010-08-03 8:54 David Henningsson
2010-08-03 9:53 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: David Henningsson @ 2010-08-03 8:54 UTC (permalink / raw)
To: alsa-devel@alsa-project.org, Takashi Iwai
[-- 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] hda-emu: Include stdlib.h, needed for calloc
2010-08-03 8:54 [PATCH] hda-emu: Include stdlib.h, needed for calloc David Henningsson
@ 2010-08-03 9:53 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2010-08-03 9:53 UTC (permalink / raw)
To: David Henningsson; +Cc: alsa-devel@alsa-project.org
At Tue, 03 Aug 2010 10:54:11 +0200,
David Henningsson wrote:
>
> >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>
Applied, thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-03 9:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-03 8:54 [PATCH] hda-emu: Include stdlib.h, needed for calloc David Henningsson
2010-08-03 9:53 ` Takashi Iwai
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.