summaryrefslogtreecommitdiff
path: root/science/mbdyn/files/patch-mbdyn_base_readlinsol.cc
blob: 2154c6d46aaf9563731cce65ff0cbd813bc76514 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mbdyn/base/readlinsol.cc.orig	2021-04-22 19:28:15 UTC
+++ mbdyn/base/readlinsol.cc
@@ -35,6 +35,8 @@
 #include "dataman.h"
 #include "readlinsol.h"
 
+extern "C" {int get_nprocs(void);}
+
 void
 ReadLinSol(LinSol& cs, HighParser &HP, bool bAllowEmpty)
 {