diff options
Diffstat (limited to 'sys-apps/readahead-list/files/readahead-list-1.20060421.1016-gcc-4.3.patch')
-rw-r--r-- | sys-apps/readahead-list/files/readahead-list-1.20060421.1016-gcc-4.3.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-apps/readahead-list/files/readahead-list-1.20060421.1016-gcc-4.3.patch b/sys-apps/readahead-list/files/readahead-list-1.20060421.1016-gcc-4.3.patch new file mode 100644 index 000000000000..6264bbad9525 --- /dev/null +++ b/sys-apps/readahead-list/files/readahead-list-1.20060421.1016-gcc-4.3.patch @@ -0,0 +1,10 @@ +--- src/filelist-order.cxx ++++ src/filelist-order.cxx +@@ -19,6 +19,7 @@ + #include <iostream> + #include <fstream> + #include <vector> ++#include <cstdlib> + + #include <assert.h> + #include <string.h> |