forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
284 B
C
12 lines
284 B
C
--- w_intersect.c.orig 2011-06-18 21:05:55.000000000 -0700
|
|
+++ w_intersect.c 2011-06-18 21:06:18.000000000 -0700
|
|
@@ -26,7 +26,9 @@
|
|
#include "w_msgpanel.h"
|
|
#include "f_util.h"
|
|
#include "u_quartic.h"
|
|
+#ifndef __FreeBSD__
|
|
#include <alloca.h>
|
|
+#endif
|
|
#include <math.h>
|
|
#undef I
|
|
|