From fdbfe89b08e9b3c24f8f50ab2631c1121f73ccfc Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 11 Jan 2005 15:08:58 +0000 Subject: [PATCH] Add inclusion of time.h timeval and timespec structs need time.h. --- include/global.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/global.h b/include/global.h index 9a91803f..b6fd61f2 100644 --- a/include/global.h +++ b/include/global.h @@ -28,6 +28,9 @@ #ifndef __ALSA_GLOBAL_H_ #define __ALSA_GLOBAL_H_ +/* for timeval and timespec */ +#include + #ifdef __cplusplus extern "C" { #endif -- 2.47.1