Merge pull request #4674 from equalsraf/tb-include-fcntl

Add missing include fcntl.h
This commit is contained in:
Justin M. Keyes
2016-04-29 09:43:14 -04:00

View File

@@ -2,6 +2,7 @@
#include <stdbool.h>
#include <assert.h>
#include <fcntl.h>
#include "nvim/os/os.h"
#include "nvim/os/os_defs.h"