diff --git a/backend/common.h b/backend/common.h index a9e28511..13228ef6 100644 --- a/backend/common.h +++ b/backend/common.h @@ -41,9 +41,7 @@ # include # define z_alloca(nmemb) _alloca(nmemb) #else -# if !defined(__STDC_VERSION__) || __STDC_VERSION__ < 199000L /* C89 */ -# include -# endif +# include # define z_alloca(nmemb) alloca(nmemb) #endif