forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
291 B
C
12 lines
291 B
C
--- lib/arithmetic_sse_double.h.orig 2010-12-30 02:13:34.000000000 +0800
|
|
+++ lib/arithmetic_sse_double.h 2010-12-30 02:14:04.000000000 +0800
|
|
@@ -26,9 +26,6 @@
|
|
/* $Id$ */
|
|
|
|
#include <stdlib.h>
|
|
-#ifndef __APPLE__
|
|
-#include <malloc.h>
|
|
-#endif
|
|
#include <memory.h>
|
|
|
|
#if 1400 <= _MSC_VER
|