diff options
Diffstat (limited to 'extra/lshw/abi_stdlib.diff')
-rwxr-xr-x | extra/lshw/abi_stdlib.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/lshw/abi_stdlib.diff b/extra/lshw/abi_stdlib.diff new file mode 100755 index 000000000..8ab61a006 --- /dev/null +++ b/extra/lshw/abi_stdlib.diff @@ -0,0 +1,10 @@ +--- src/core/abi.cc 2008-05-24 22:30:21.000000000 -0500 ++++ src/core/abi.cc 2008-05-24 22:29:28.000000000 -0500 +@@ -9,6 +9,7 @@ + #include "osutils.h" + #include <unistd.h> + #include <dirent.h> ++#include <stdlib.h> + + __ID("@(#) $Id: mem.cc 1352 2006-05-27 23:54:13Z ezix $"); + |