diff --git a/include/ghostty/vt/types.h b/include/ghostty/vt/types.h index 987261dee..4b4d87e7a 100644 --- a/include/ghostty/vt/types.h +++ b/include/ghostty/vt/types.h @@ -116,6 +116,6 @@ typedef struct { * * @return Pointer to the null-terminated JSON string. */ -const char *ghostty_type_json(void); +GHOSTTY_EXPORT const char *ghostty_type_json(void); #endif /* GHOSTTY_VT_TYPES_H */