aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/os.h')
-rw-r--r--src/nvim/os/os.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/os/os.h b/src/nvim/os/os.h
index e0c970f20c..cbc2be47e0 100644
--- a/src/nvim/os/os.h
+++ b/src/nvim/os/os.h
@@ -11,10 +11,12 @@
#include "nvim/os/stdpaths_defs.h" // IWYU pragma: keep
#ifdef INCLUDE_GENERATED_DECLARATIONS
+// IWYU pragma: begin_exports
# include "os/env.h.generated.h"
# include "os/mem.h.generated.h"
# include "os/stdpaths.h.generated.h"
# include "os/users.h.generated.h"
+// IWYU pragma: end_exports
#endif
#define ENV_LOGFILE "NVIM_LOG_FILE"