freebsd-ports/math/superlu_mt/files/patch-SRC+slu_mt_util.h
Maho Nakata 3952097d32 * Enhancements to math/superlu_mt [1].
* Making shared lib.
* Select BLAS.

PR:		124785 [1]
Submitted by:	"Pedro F. Giffuni" <giffunip@tutopia.com>
2008-07-02 02:32:04 +00:00

10 lines
255 B
C

--- SRC/slu_mt_util.h~ 2008-01-09 08:28:56.000000000 +0900
+++ SRC/slu_mt_util.h 2008-07-02 09:54:31.000000000 +0900
@@ -12,6 +12,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <pthread.h>
/* Macros */
#ifndef USER_ABORT