ports/x11/blackbox/patches/patch-lib_XDG_cc

13 lines
161 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: lib/XDG.cc
--- lib/XDG.cc.orig
+++ lib/XDG.cc
@@ -25,6 +25,8 @@
#include "Util.hh"
#include "XDG.hh"
+#include <algorithm>
+
#include <stdlib.h>