blueloveTH 3 месяцев назад
Родитель
Сommit
c3291ef718
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/modules/time.c

+ 2 - 0
src/modules/time.c

@@ -1,3 +1,5 @@
+#define _XOPEN_SOURCE 700
+
 #include "pocketpy/pocketpy.h"
 #include <time.h>
 #include <assert.h>