ports/misc/magicpoint/patches/patch-image_misc_c

14 lines
247 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
For abort() declaration.
2023-09-08 05:21:37 +00:00
Index: image/misc.c
--- image/misc.c.orig
+++ image/misc.c
@@ -12,7 +12,6 @@
2023-08-16 22:26:55 +00:00
#include "xloadimage.h"
#include "patchlevel"
#include <signal.h>
2023-09-08 05:21:37 +00:00
-#include <stdlib.h>
2023-08-16 22:26:55 +00:00
extern int _Xdebug;
extern Display *display;