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

@@ -46,7 +46,7 @@ Error: configure did not run properly.Check auto/config.log.
# define VIMPACKAGE "vim"
#endif
#include "nvim/os_unix_defs.h" /* bring lots of system header files */
#include "nvim/os/os_defs.h" /* bring lots of system header files */
#define NUMBUFLEN 30 /* length of a buffer to store a number in ASCII */