Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
lshw
> lshw-compilefix_older_gcc.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File lshw-compilefix_older_gcc.diff of Package lshw (Revision 6)
Currently displaying revision
6
,
show latest
--- lshw-B.02.12.01/src/core/osutils.h.orig 2007-10-15 00:37:47.000000000 +0200 +++ lshw-B.02.12.01/src/core/osutils.h 2007-10-15 00:37:57.000000000 +0200 @@ -4,6 +4,7 @@ #include <string> #include <vector> #include <sys/types.h> +#include <stdint.h> bool pushd(const std::string & dir = ""); std::string popd();