aboutsummaryrefslogtreecommitdiffstats
path: root/lib/nstrftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nstrftime.c')
-rw-r--r--lib/nstrftime.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/nstrftime.c b/lib/nstrftime.c
index fc5052a549c..28b539dc2f2 100644
--- a/lib/nstrftime.c
+++ b/lib/nstrftime.c
@@ -68,16 +68,9 @@ extern char *tzname[];
68#include <string.h> 68#include <string.h>
69#include <stdbool.h> 69#include <stdbool.h>
70 70
71#include "attribute.h"
71#include <intprops.h> 72#include <intprops.h>
72 73
73#ifndef FALLTHROUGH
74# if __GNUC__ < 7
75# define FALLTHROUGH ((void) 0)
76# else
77# define FALLTHROUGH __attribute__ ((__fallthrough__))
78# endif
79#endif
80
81#ifdef COMPILE_WIDE 74#ifdef COMPILE_WIDE
82# include <endian.h> 75# include <endian.h>
83# define CHAR_T wchar_t 76# define CHAR_T wchar_t