diff options
author | Michael Reed <Pyrohh@users.noreply.github.com> | 2016-01-15 00:33:49 -0500 |
---|---|---|
committer | Michael Reed <Pyrohh@users.noreply.github.com> | 2016-01-15 00:33:49 -0500 |
commit | d4fb5920d342de43548e50bd3a968e66d0eea71e (patch) | |
tree | 8d3aac2ff1985b956cca731fa0669ed0300fdbc0 /test/unit/os/fs_spec.lua | |
parent | 0b23dec35e46a530b155189f17f6bba6ddc3aebe (diff) | |
parent | 729064af5fd154716a644fb89c1b165e44972454 (diff) | |
download | rneovim-d4fb5920d342de43548e50bd3a968e66d0eea71e.tar.gz rneovim-d4fb5920d342de43548e50bd3a968e66d0eea71e.tar.bz2 rneovim-d4fb5920d342de43548e50bd3a968e66d0eea71e.zip |
Merge pull request #4019 from Pyrohh/fcntl
[RFC] test: sys/fcntl.h -> fcntl.h
Diffstat (limited to 'test/unit/os/fs_spec.lua')
-rw-r--r-- | test/unit/os/fs_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/os/fs_spec.lua b/test/unit/os/fs_spec.lua index 95c98f18a1..2f393d353d 100644 --- a/test/unit/os/fs_spec.lua +++ b/test/unit/os/fs_spec.lua @@ -22,7 +22,7 @@ cimport('./src/nvim/main.h') cimport('./src/nvim/fileio.h') local fs = cimport('./src/nvim/os/os.h') cppimport('sys/stat.h') -cppimport('sys/fcntl.h') +cppimport('fcntl.h') cppimport('uv-errno.h') local buffer = "" |