From: Takashi Iwai Date: Tue, 11 Jan 2005 15:08:58 +0000 (+0000) Subject: Add inclusion of time.h X-Git-Tag: v1.0.8~5 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=fdbfe89b08e9b3c24f8f50ab2631c1121f73ccfc;p=alsa-lib.git Add inclusion of time.h timeval and timespec structs need time.h. --- 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