rdb пре 7 година
родитељ
комит
684a58e7e9
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      dtool/src/parser-inc/time.h

+ 7 - 0
dtool/src/parser-inc/time.h

@@ -1 +1,8 @@
+#pragma once
+
 #include <stdtypedefs.h>
+
+struct timespec {
+  time_t tv_sec;
+  long tv_nsec;
+};