diff options
Diffstat (limited to 'src/nvim/os/time.h')
-rw-r--r-- | src/nvim/os/time.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/os/time.h b/src/nvim/os/time.h index b21808307f..ad4886446a 100644 --- a/src/nvim/os/time.h +++ b/src/nvim/os/time.h @@ -5,6 +5,8 @@ #include <stdbool.h> #include <time.h> +typedef uint64_t Timestamp; + #ifdef INCLUDE_GENERATED_DECLARATIONS # include "os/time.h.generated.h" #endif |