summaryrefslogtreecommitdiff
path: root/qstd/plat.h
diff options
context:
space:
mode:
Diffstat (limited to 'qstd/plat.h')
-rw-r--r--qstd/plat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/qstd/plat.h b/qstd/plat.h
index 27521fa..b3715a3 100644
--- a/qstd/plat.h
+++ b/qstd/plat.h
@@ -1,6 +1,8 @@
#ifndef plat_h
#define plat_h
+#include <stdint.h>
+
#ifdef assert
#undef assert
#endif
@@ -29,4 +31,7 @@ void print_err(const char* fmt, ...);
void print_war(const char* fmt, ...);
void pbreak(int code);
+uint64_t get_time(void);
+
+
#endif