mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
Split os_unix_defs.h into os/
This commit is contained in:

committed by
Justin M. Keyes

parent
e949c2bd62
commit
2e46765849
@@ -331,7 +331,7 @@
|
||||
#include "nvim/os/os.h"
|
||||
#include "nvim/os/input.h"
|
||||
|
||||
#ifndef UNIX // it's in os_unix_defs.h for Unix
|
||||
#ifndef UNIX // it's in os/unix_defs.h for Unix
|
||||
# include <time.h> // for time_t
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user