Commit 4bebf709 authored by Mikko Rapeli's avatar Mikko Rapeli Committed by Takashi Iwai

include/uapi/sound/asound.h: include stdlib.h in userspace

Fixes compiler errors like:
error: field ‘trigger_tstamp’ has incomplete type
error: invalid application of ‘sizeof’ to incomplete t
ype ‘struct timespec’
Signed-off-by: default avatarMikko Rapeli <mikko.rapeli@iki.fi>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 76a3aeac
...@@ -25,6 +25,9 @@ ...@@ -25,6 +25,9 @@
#include <linux/types.h> #include <linux/types.h>
#ifndef __KERNEL__
#include <stdlib.h>
#endif
/* /*
* protocol version * protocol version
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment