Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37565466
en ru br
ALT Linux repositórios
S:4.6.1-alt8
5.0: 4.5.1-alt3.git20090319.M50.1
3.0: 4.0.2-alt1

Group :: Desenvolvimento/C++
RPM: wvstreams

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: wvstreams-4.5.1-fix-build.patch
Download


diff --git a/include/wvstrutils.h b/include/wvstrutils.h
index dacad9f..00c3610 100644
--- a/include/wvstrutils.h
+++ b/include/wvstrutils.h
@@ -10,6 +10,8 @@
 #define __WVSTRUTILS_H
 
 #include <sys/types.h> // for off_t
+#include <sys/stat.h>
+#include <unistd.h>
 #include <time.h>
 #include <ctype.h>
 #include "wvstring.h"
diff --git a/utils/wvuid.cc b/utils/wvuid.cc
index 7fa1035..e048c1b 100644
--- a/utils/wvuid.cc
+++ b/utils/wvuid.cc
@@ -6,6 +6,7 @@
  */ 
 #include "wvautoconf.h"
 #include "wvuid.h"
+#include <unistd.h>
 
 #if WIN32
 
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009