diff options
Diffstat (limited to 'time')
-rw-r--r-- | time/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/time.h b/time/time.h index bb4994f..17cc1e6 100644 --- a/time/time.h +++ b/time/time.h @@ -57,7 +57,7 @@ typedef __pid_t pid_t; #endif #ifdef __USE_XOPEN2K8 -# include <xlocale.h> +# include <bits/types/locale_t.h> #endif #ifdef __USE_ISOC11 |