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/dev-games/clanlib/files/clanlib-0.8.1-gcc44.patch

31 lines
872 B

--- a/Sources/GL/canvas_opengl.cpp
+++ b/Sources/GL/canvas_opengl.cpp
@@ -48,6 +48,7 @@
#include "graphic_context_opengl.h"
#include "surface_target_opengl.h"
#include <cstring>
+#include <cstdio>
/////////////////////////////////////////////////////////////////////////////
// CL_Canvas_OpenGL construction:
--- a/Sources/GL/GLX/input_device_linuxevent.cpp
+++ b/Sources/GL/GLX/input_device_linuxevent.cpp
@@ -35,6 +35,7 @@
#include <iostream>
#include <errno.h>
#include <cstring>
+#include <cstdio>
#include "API/Core/System/error.h"
#include "API/Core/System/clanstring.h"
--- a/Sources/GL/GLX/input_device_xinput.cpp
+++ b/Sources/GL/GLX/input_device_xinput.cpp
@@ -29,6 +29,7 @@
#include <iostream>
#include <cstring>
+#include <cstdio>
#include "API/Core/System/log.h"
#include "API/Display/input_device.h"
#include "API/Display/input_event.h"