Split os_unix_defs.h into os/

This commit is contained in:
Yamakaky
2015-05-06 18:30:51 +02:00
committed by Justin M. Keyes
parent e949c2bd62
commit 2e46765849
8 changed files with 225 additions and 220 deletions

View File

@@ -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