Browse Source

Update time.c

blueloveTH 5 months ago
parent
commit
c3291ef718
1 changed files with 2 additions and 0 deletions
  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>