summaryrefslogtreecommitdiff
path: root/src/time/gmtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/gmtime.c')
-rw-r--r--src/time/gmtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/gmtime.c b/src/time/gmtime.c
index a844d097..a193fb99 100644
--- a/src/time/gmtime.c
+++ b/src/time/gmtime.c
@@ -1,5 +1,5 @@
#include <time.h>
-#include "nonstd/assert.h"
+#include "../_assert.h"
# define SEC_PER_MIN (60L)
# define MIN_PER_HR (60L)