diff options
Diffstat (limited to 'src/time/strftime.c')
-rw-r--r-- | src/time/strftime.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/time/strftime.c b/src/time/strftime.c index 9d9f10e1..4d306789 100644 --- a/src/time/strftime.c +++ b/src/time/strftime.c @@ -1,8 +1,9 @@ #include <time.h> #include "stdio.h" -#include "nonstd/assert.h" +#include "../_assert.h" #include "locale.h" -#include "nonstd/locale.h" +#include "../locale/_locale.h" +#include "../_nonstd.h" /** convert time to a formatted string **/ |