mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
os/time: include time.h in os/time.h
Include what you use, also in the positive direction.
This commit is contained in:

committed by
Justin M. Keyes

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"
|
||||
|
Reference in New Issue
Block a user