Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
desktop
>
lshw
> lshw-malloc.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File lshw-malloc.diff of Package lshw
--- src/core/osutils.h.orig 2008-05-14 14:20:22.000000000 +0200 +++ src/core/osutils.h 2008-05-14 14:20:30.000000000 +0200 @@ -5,7 +5,7 @@ #include <vector> #include <sys/types.h> #include <stdint.h> - +#include <malloc.h> bool pushd(const std::string & dir = ""); std::string popd(); std::string pwd();