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();