Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37808471
en ru br
ALT Linux repos
S:7.8.4-alt4.1

Group :: Sciences/Other
RPM: boinc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: boinc-7.0.31-alt-glibc-2.16.patch
Download


diff --git a/boinc/configure.ac b/boinc/configure.ac
index c6698b3..0c52c19 100644
--- a/boinc/configure.ac
+++ b/boinc/configure.ac
@@ -563,6 +563,8 @@ AH_TOP([
 #ifndef BOINC_CONFIG_H
 #define BOINC_CONFIG_H
 
+#include <unistd.h>
+
 /* Version defines are now in version.h */
 #include "version.h"
 
diff --git a/boinc/tools/process_input_template.cpp b/boinc/tools/process_input_template.cpp
index a8fbf4a..c783cf0 100644
--- a/boinc/tools/process_input_template.cpp
+++ b/boinc/tools/process_input_template.cpp
@@ -15,6 +15,7 @@
 // You should have received a copy of the GNU Lesser General Public License
 // along with BOINC.  If not, see <http://www.gnu.org/licenses/>.
 
+#include <unistd.h>
 #include <stdio.h>
 #include <string>
 #include <sys/types.h>
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin