freebsd-ports/x11-wm/jewel/files/patch-goodies-appbar_image.cc
Pietro Cerutti 9f3b386977 - Fix build on CURRENT
- Convert to OPTIONSng

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

10 lines
258 B
C++

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