diff options
author | Michael Reed <Pyrohh@users.noreply.github.com> | 2016-01-12 17:15:36 -0500 |
---|---|---|
committer | Michael Reed <Pyrohh@users.noreply.github.com> | 2016-01-12 17:15:36 -0500 |
commit | e8fab975f8f8a130172577327b4d1450d001c4ce (patch) | |
tree | a3581aedda0e3991a258c5c624381cfe44b979d1 /src | |
parent | ddf3e2795986112057d4fc5eaf026740e16406d9 (diff) | |
parent | 5db511b6f1d1d5fc67fe46118d5e3aefc488bea4 (diff) | |
download | rneovim-e8fab975f8f8a130172577327b4d1450d001c4ce.tar.gz rneovim-e8fab975f8f8a130172577327b4d1450d001c4ce.tar.bz2 rneovim-e8fab975f8f8a130172577327b4d1450d001c4ce.zip |
Merge pull request #3993 from Pyrohh/os_defs
[RFC] Stop using <stropts.h>
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/os_unix.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c index 62b264046c..6c7cb3bba7 100644 --- a/src/nvim/os_unix.c +++ b/src/nvim/os_unix.c @@ -44,10 +44,6 @@ #include "nvim/os/signal.h" #include "nvim/msgpack_rpc/helpers.h" -#ifdef HAVE_STROPTS_H -# include <stropts.h> -#endif - #ifdef HAVE_SELINUX # include <selinux/selinux.h> static int selinux_enabled = -1; |