diff --git a/strftime.c b/strftime.c index 046f9bb..7e07ed9 100644 --- a/strftime.c +++ b/strftime.c @@ -53,6 +53,7 @@ struct lc_time_T { }; #ifdef LOCALE_HOME +#include "sys/stat.h" static struct lc_time_T localebuf; static struct lc_time_T * _loc P((void)); #define Locale _loc()