diff options
author | Pavel Platto <hinidu@gmail.com> | 2014-06-28 21:32:04 +0300 |
---|---|---|
committer | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-07-14 21:14:40 +0200 |
commit | 14239ae33128ae961a4ce9e68436ad3f0f557b90 (patch) | |
tree | 728251b27edf7110565bc0c4c8cc5864f5b31bfe /src/nvim/tempfile.c | |
parent | 8e2b570d6f00b4469166869cccd2ec73a1a7396b (diff) | |
download | rneovim-14239ae33128ae961a4ce9e68436ad3f0f557b90.tar.gz rneovim-14239ae33128ae961a4ce9e68436ad3f0f557b90.tar.bz2 rneovim-14239ae33128ae961a4ce9e68436ad3f0f557b90.zip |
Create os/os_defs.h for os specific definitions
Diffstat (limited to 'src/nvim/tempfile.c')
-rw-r--r-- | src/nvim/tempfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/tempfile.c b/src/nvim/tempfile.c index 35db75ca19..41fc163936 100644 --- a/src/nvim/tempfile.c +++ b/src/nvim/tempfile.c @@ -7,6 +7,7 @@ #include "nvim/memory.h" #include "nvim/misc1.h" #include "nvim/os/os.h" +#include "nvim/os/os_defs.h" #include "nvim/path.h" #include "nvim/strings.h" #include "nvim/tempfile.h" |