mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
9f3b386977
- Convert to OPTIONSng Reported by: pkg-fallout
11 lines
270 B
C++
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)
|