diff options
Diffstat (limited to 'src/time/localtime.c')
-rw-r--r-- | src/time/localtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/localtime.c b/src/time/localtime.c index b09f84a5..80ac9bfa 100644 --- a/src/time/localtime.c +++ b/src/time/localtime.c @@ -1,5 +1,5 @@ #include <time.h> -#include "nonstd/assert.h" +#include "../_assert.h" /** convert arithmetic time to broken down time **/ |