1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11-wm/jewel/files/patch-goodies-setrootimage_image.cc
Pietro Cerutti 9f3b386977 - Fix build on CURRENT
- Convert to OPTIONSng

Reported by:	pkg-fallout
2013-09-26 15:31:53 +00:00

11 lines
270 B
C++

--- goodies/setrootimage/image.cc.orig 2013-09-26 17:16:12.000000000 +0200
+++ goodies/setrootimage/image.cc 2013-09-26 17:16:27.000000000 +0200
@@ -24,6 +24,7 @@
#endif
#include "image.hh"
+#include <cstdlib>
#ifndef MIN
# define MIN(a, b) ((a < b) ? a : b)