Add inclusion of time.h

timeval and timespec structs need time.h.
This commit is contained in:
Takashi Iwai 2005-01-11 15:08:58 +00:00
parent 86e898e6d4
commit fdbfe89b08

View file

@ -28,6 +28,9 @@
#ifndef __ALSA_GLOBAL_H_
#define __ALSA_GLOBAL_H_
/* for timeval and timespec */
#include <time.h>
#ifdef __cplusplus
extern "C" {
#endif