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-full-overlay/dev-libs/tvision/files/tvision-2.1.0_pre2-gcc44.patch

22 lines
438 B

--- tvision/classes/ipstream.cc
+++ tvision/classes/ipstream.cc
@@ -19,6 +19,7 @@
*
*/
#include <assert.h>
+#include <stdio.h>
#define Uses_string
#define Uses_TStreamable
#define Uses_TStreamableClass
--- tvision/include/tv/textdev.h
+++ tvision/include/tv/textdev.h
@@ -16,6 +16,8 @@
#if defined( Uses_TTextDevice ) && !defined( __TTextDevice )
#define __TTextDevice
+#include <stdio.h>
+
class TRect;
class TScrollBar;