ports/editors/axe/patches/patch-Widgets_Table_c

13 lines
184 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: Widgets/Table.c
--- Widgets/Table.c.orig
+++ Widgets/Table.c
@@ -25,6 +25,8 @@ Edit History
*/
+#include <ctype.h>
+
#include <X11/Xp/COPY>
#include <X11/IntrinsicP.h>