updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / mandelbulber / mandelbulber1.01.patch
blob841687774552448514cafcb53ccb95a16e03b7bc
1 diff -aur mandelbulber1.01/src/fractal.h mandelbulber1.01.new//src/fractal.h
2 --- mandelbulber1.01/src/fractal.h 2011-05-14 02:28:14.000000000 -0400
3 +++ mandelbulber1.01.new//src/fractal.h 2011-05-15 20:50:56.060632592 -0400
4 @@ -12,6 +12,8 @@
5 #include "common_math.h"
6 #include "fractparams.h"
8 +#include <stddef.h>
10 const int IFS_VECTOR_COUNT = 9;
11 const int HYBRID_COUNT = 5;
12 const int MANDELBOX_FOLDS = 2;