mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 06:30:54 +07:00
b5bdbb6ccd
The uapi header asound.h defines types based on struct timespec. We need to #include <time.h> to get access to the definition of this struct. Previously, we encountered the following error message when building applications with a clang/bionic toolchain: kernel-headers/sound/asound.h:350:19: error: field has incomplete type 'struct timespec' struct timespec trigger_tstamp; ^ The absence of the time.h #include statement does not cause build errors with glibc, because its version of stdlib.h indirectly includes time.h. Signed-off-by: Daniel Mentz <danielmentz@google.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> |
||
---|---|---|
.. | ||
asequencer.h | ||
asoc.h | ||
asound_fm.h | ||
asound.h | ||
compress_offload.h | ||
compress_params.h | ||
emu10k1.h | ||
firewire.h | ||
hdsp.h | ||
hdspm.h | ||
sb16_csp.h | ||
sfnt_info.h | ||
skl-tplg-interface.h | ||
snd_sst_tokens.h | ||
tlv.h | ||
usb_stream.h |