mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -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_
|
#ifndef __ALSA_GLOBAL_H_
|
||||||
#define __ALSA_GLOBAL_H_
|
#define __ALSA_GLOBAL_H_
|
||||||
|
|
||||||
|
/* for timeval and timespec */
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue