mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Add inclusion of time.h
timeval and timespec structs need time.h.
This commit is contained in:
parent
86e898e6d4
commit
fdbfe89b08
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,9 @@
|
|||
#ifndef __ALSA_GLOBAL_H_
|
||||
#define __ALSA_GLOBAL_H_
|
||||
|
||||
/* for timeval and timespec */
|
||||
#include <time.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue