diff --git a/include/global.h b/include/global.h index 4889eae5..4d5fb28d 100644 --- a/include/global.h +++ b/include/global.h @@ -130,7 +130,7 @@ int snd_shm_area_destroy(struct snd_shm_area *area); int snd_user_file(const char *file, char **result); -#ifndef _POSIX_C_SOURCE +#if !defined(_POSIX_C_SOURCE) && !defined(_POSIX_SOURCE) struct timeval { time_t tv_sec; /* seconds */ long tv_usec; /* microseconds */