Changes of Revision 6
[-] [+] | Changed | lshw.spec |
[-] [+] | Added | lshw-compilefix_older_gcc.diff ^ |
@@ -0,0 +1,10 @@ +--- 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(); |