You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-portage/deltup/files/deltup-0.4.4-gcc44.patch

12 lines
288 B

diff -u deltup-0.4.4-orig/file.h deltup-0.4.4/file.h
--- deltup-0.4.4-orig/file.h 2009-05-15 16:46:25.071923990 -0600
+++ deltup-0.4.4/file.h 2009-05-15 16:47:22.214931273 -0600
@@ -13,6 +13,7 @@
*/
#include <cstring>
#include <cstdlib>
+#include <cstdio>
class IStream {
public: