summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSX.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/tkMacOSX.h')
-rw-r--r--macosx/tkMacOSX.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSX.h b/macosx/tkMacOSX.h
index e80199b..dfaa4ad 100644
--- a/macosx/tkMacOSX.h
+++ b/macosx/tkMacOSX.h
@@ -29,6 +29,6 @@ typedef int (Tk_MacOSXEmbedMakeContainerExistProc) (Tk_Window window);
typedef void (Tk_MacOSXEmbedGetClipProc) (Tk_Window window, void *rgn);
typedef void (Tk_MacOSXEmbedGetOffsetInParentProc) (Tk_Window window, void *ulCorner);
-#include "tkPlatDecls.h"
+#include "tkPlatDecls.h" /* IWYU pragma: export */
#endif /* _TKMAC */