This file is part of MXE. See LICENSE.md for licensing information.

Contains ad hoc patches for cross building.

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Mark Brand <mabrand@mabrand.nl>
Date: Mon, 7 Jul 2025 12:17:40 +0200
Subject: [PATCH 1/1] add forward declaration of winsize


diff --git a/rlwinsize.h b/rlwinsize.h
index 1111111..2222222 100644
--- a/rlwinsize.h
+++ b/rlwinsize.h
@@ -55,6 +55,7 @@
 #  define tcflow(fd, action)	ioctl(fd, TCXONC, action)
 #endif
 
+struct winsize;
 extern int _rl_tcgetwinsize (int, struct winsize *);
 extern void _rl_tcsetwinsize (int, struct winsize *);
 
