mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
os/time: include time.h in os/time.h
Include what you use, also in the positive direction.
This commit is contained in:
parent
a9d679b1d7
commit
8d44e36b1a
@ -3,6 +3,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <time.h>
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "os/time.h.generated.h"
|
||||
|
Loading…
Reference in New Issue
Block a user