aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os_unix.c')
-rw-r--r--src/nvim/os_unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c
index c8a778a03f..a2ee25ff8d 100644
--- a/src/nvim/os_unix.c
+++ b/src/nvim/os_unix.c
@@ -25,6 +25,7 @@
*/
# define select select_declared_wrong
+#include <inttypes.h>
#include <stdbool.h>
#include <string.h>