mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
Split os_unix_defs.h into os/
This commit is contained in:

committed by
Justin M. Keyes

parent
e949c2bd62
commit
2e46765849
@@ -78,7 +78,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>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user