aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tempfile.c
diff options
context:
space:
mode:
authorPavel Platto <hinidu@gmail.com>2014-06-28 21:32:04 +0300
committerNicolas Hillegeer <nicolas@hillegeer.com>2014-07-14 21:14:40 +0200
commit14239ae33128ae961a4ce9e68436ad3f0f557b90 (patch)
tree728251b27edf7110565bc0c4c8cc5864f5b31bfe /src/nvim/tempfile.c
parent8e2b570d6f00b4469166869cccd2ec73a1a7396b (diff)
downloadrneovim-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.c1
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"