summaryrefslogtreecommitdiff
path: root/math/libpgmath/files/patch-lib_common_dispatch.c
blob: cfd9171a7e27cab30c0ec5f59f9ea3d1ac6afb16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- lib/common/dispatch.c.orig	2019-10-20 14:21:37 UTC
+++ lib/common/dispatch.c
@@ -95,11 +95,7 @@
 
 #endif      // #ifndef _WIN64
 
-#if defined(TARGET_LINUX_X8664) || defined(TARGET_LINUX_POWER) || defined(TARGET_WIN_X8664)
-#include <malloc.h>
-#else
 #include <sched.h>
-#endif
 
 
 #include "mth_tbldefs.h"