ports/editors/axe/patches/patch-Widgets_insertfile_c

12 lines
236 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: Widgets/insertfile.c
--- Widgets/insertfile.c.orig
+++ Widgets/insertfile.c
@@ -26,6 +26,7 @@ SOFTWARE.
#include <X11/Xaw/Text.h>
#include <fcntl.h>
#include <stdio.h>
+#include <unistd.h>
Boolean
InsertFileNamed(tw, str)