Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 275791
Collapse All | Expand All

(-)ClanLib-0.8.1-old/Sources/GL/canvas_opengl.cpp (+1 lines)
Lines 48-53 Link Here
48
#include "graphic_context_opengl.h"
48
#include "graphic_context_opengl.h"
49
#include "surface_target_opengl.h"
49
#include "surface_target_opengl.h"
50
#include <cstring>
50
#include <cstring>
51
#include <cstdio>
51
52
52
/////////////////////////////////////////////////////////////////////////////
53
/////////////////////////////////////////////////////////////////////////////
53
// CL_Canvas_OpenGL construction:
54
// CL_Canvas_OpenGL construction:
(-)ClanLib-0.8.1-old/Sources/GL/GLX/input_device_linuxevent.cpp (+1 lines)
Lines 35-40 Link Here
35
#include <iostream>
35
#include <iostream>
36
#include <errno.h>
36
#include <errno.h>
37
#include <cstring>
37
#include <cstring>
38
#include <cstdio>
38
39
39
#include "API/Core/System/error.h"
40
#include "API/Core/System/error.h"
40
#include "API/Core/System/clanstring.h"
41
#include "API/Core/System/clanstring.h"
(-)ClanLib-0.8.1-old/Sources/GL/GLX/input_device_xinput.cpp (+1 lines)
Lines 29-34 Link Here
29
29
30
#include <iostream>
30
#include <iostream>
31
#include <cstring>
31
#include <cstring>
32
#include <cstdio>
32
#include "API/Core/System/log.h"
33
#include "API/Core/System/log.h"
33
#include "API/Display/input_device.h"
34
#include "API/Display/input_device.h"
34
#include "API/Display/input_event.h"
35
#include "API/Display/input_event.h"

Return to bug 275791