diff options
author | joerg <joerg@pkgsrc.org> | 2013-05-06 15:04:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-05-06 15:04:54 +0000 |
commit | e770f6758a33d818ce7969205804e4e310ed6259 (patch) | |
tree | 3c5791d8c49181682b115b78f2a23260140d4dde /misc/fbreader/patches | |
parent | 9b1c17e86f9fd8d3f632a711732d226634e1fc43 (diff) | |
download | pkgsrc-e770f6758a33d818ce7969205804e4e310ed6259.tar.gz |
Add missing includes.
Diffstat (limited to 'misc/fbreader/patches')
4 files changed, 48 insertions, 0 deletions
diff --git a/misc/fbreader/patches/patch-fbreader_src_fbreader_FBReaderActions.cpp b/misc/fbreader/patches/patch-fbreader_src_fbreader_FBReaderActions.cpp new file mode 100644 index 00000000000..fd037021b0f --- /dev/null +++ b/misc/fbreader/patches/patch-fbreader_src_fbreader_FBReaderActions.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-fbreader_src_fbreader_FBReaderActions.cpp,v 1.1 2013/05/06 15:04:55 joerg Exp $ + +--- fbreader/src/fbreader/FBReaderActions.cpp.orig 2013-05-04 15:09:20.000000000 +0000 ++++ fbreader/src/fbreader/FBReaderActions.cpp +@@ -18,6 +18,7 @@ + */ + + #include <algorithm> ++#include <cstdlib> + + #include <ZLStringUtil.h> + #include <ZLDialogManager.h> diff --git a/misc/fbreader/patches/patch-fbreader_src_fbreader_FBView.cpp b/misc/fbreader/patches/patch-fbreader_src_fbreader_FBView.cpp new file mode 100644 index 00000000000..bf8e97b3b9b --- /dev/null +++ b/misc/fbreader/patches/patch-fbreader_src_fbreader_FBView.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-fbreader_src_fbreader_FBView.cpp,v 1.1 2013/05/06 15:04:55 joerg Exp $ + +--- fbreader/src/fbreader/FBView.cpp.orig 2013-05-04 15:09:39.000000000 +0000 ++++ fbreader/src/fbreader/FBView.cpp +@@ -18,6 +18,7 @@ + */ + + #include <cmath> ++#include <cstdlib> + #include <algorithm> + + #include <ZLUnicodeUtil.h> diff --git a/misc/fbreader/patches/patch-fbreader_src_formats_html_HtmlReader.cpp b/misc/fbreader/patches/patch-fbreader_src_formats_html_HtmlReader.cpp new file mode 100644 index 00000000000..b5d3ed53a9a --- /dev/null +++ b/misc/fbreader/patches/patch-fbreader_src_formats_html_HtmlReader.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-fbreader_src_formats_html_HtmlReader.cpp,v 1.1 2013/05/06 15:04:55 joerg Exp $ + +--- fbreader/src/formats/html/HtmlReader.cpp.orig 2013-05-04 15:08:25.000000000 +0000 ++++ fbreader/src/formats/html/HtmlReader.cpp +@@ -19,6 +19,7 @@ + + #include <algorithm> + #include <cctype> ++#include <cstdlib> + + #include <ZLInputStream.h> + #include <ZLXMLReader.h> diff --git a/misc/fbreader/patches/patch-zlibrary_text_src_area_ZLTextAreaStyle.cpp b/misc/fbreader/patches/patch-zlibrary_text_src_area_ZLTextAreaStyle.cpp new file mode 100644 index 00000000000..a2bae4b702b --- /dev/null +++ b/misc/fbreader/patches/patch-zlibrary_text_src_area_ZLTextAreaStyle.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-zlibrary_text_src_area_ZLTextAreaStyle.cpp,v 1.1 2013/05/06 15:04:55 joerg Exp $ + +--- zlibrary/text/src/area/ZLTextAreaStyle.cpp.orig 2013-05-04 15:07:13.000000000 +0000 ++++ zlibrary/text/src/area/ZLTextAreaStyle.cpp +@@ -18,6 +18,7 @@ + */ + + #include <algorithm> ++#include <cstdlib> + + #include <ZLUnicodeUtil.h> + #include <ZLPaintContext.h> |