ports/editors/axe/patches/patch-Widgets_Preference_c

14 lines
291 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: Widgets/Preference.c
--- Widgets/Preference.c.orig
+++ Widgets/Preference.c
@@ -35,6 +35,9 @@
#include <X11/Xaw/Box.h>
#include <AxeText.h>
+#include <stdio.h>
+#include <stdlib.h>
+
#include <PreferenceP.h>
#define PRIVATE(w,field) (((PreferenceWidget) w)->preference.field)