From 4478b515536ee437f78221c3062ee00727962764 Mon Sep 17 00:00:00 2001 From: uros Date: Fri, 25 Jul 2014 09:01:45 +0000 Subject: [PATCH 6/7] src/alpha/ffi.c: Do not include stdlib.h. --- src/alpha/ffi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/alpha/ffi.c b/src/alpha/ffi.c index 192f691..7d72b0c 100644 --- a/src/alpha/ffi.c +++ b/src/alpha/ffi.c @@ -27,7 +27,6 @@ #include #include -#include /* Force FFI_TYPE_LONGDOUBLE to be different than FFI_TYPE_DOUBLE; all further uses in this file will refer to the 128-bit type. */ -- 1.8.4.2