ports/x11/piewm/patches/patch-events_c

20 lines
373 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: events.c
--- events.c.orig
+++ events.c
@@ -92,6 +92,7 @@ static char RCSinfo[]=
#endif
#include <stdio.h>
+#include <stdlib.h>
#include "twm.h"
#include <X11/Xatom.h>
#include "add_window.h"
@@ -104,6 +105,7 @@ static char RCSinfo[]=
#include "util.h"
#include "screen.h"
#include "iconmgr.h"
+#include "icons.h"
#include "version.h"
#include "vdt.h"