aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/pty_process_unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/pty_process_unix.h')
-rw-r--r--src/nvim/os/pty_process_unix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/os/pty_process_unix.h b/src/nvim/os/pty_process_unix.h
index 344e0a3423..92cc582832 100644
--- a/src/nvim/os/pty_process_unix.h
+++ b/src/nvim/os/pty_process_unix.h
@@ -1,4 +1,5 @@
#pragma once
+// IWYU pragma: private, include "nvim/os/pty_process.h"
#include <stdint.h>
#include <sys/ioctl.h>