freebsd-ports/graphics/kisomandel/files/patch-misc.cpp
Tilman Keskinoz af8fca43d8 Fix Build on 5.x
Respect CFLAGS
2004-02-19 18:55:33 +00:00

11 lines
308 B
C++

--- kisomandel/misc.cpp.orig Thu Feb 19 19:48:17 2004
+++ kisomandel/misc.cpp Thu Feb 19 19:48:28 2004
@@ -16,6 +16,7 @@
***************************************************************************/
#include <math.h>
+#include <stdlib.h>
#include "kisomandel.h"
#include "misc.h"
#include "fractal.h"