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

(-)vdk-2.4.1.orig/vdk/entry.cc (+1 lines)
Lines 30-35 Link Here
30
#include "vdk/forms.h"
30
#include "vdk/forms.h"
31
#include "vdk/colors.h"
31
#include "vdk/colors.h"
32
#include <string>
32
#include <string>
33
#include <cstring>
33
static void
34
static void
34
EntryChanged(GtkWidget* wid, gpointer gp)
35
EntryChanged(GtkWidget* wid, gpointer gp)
35
{
36
{
(-)vdk-2.4.1.orig/vdk/image.cc (+1 lines)
Lines 32-37 Link Here
32
#include <vdk/tooltips.h>
32
#include <vdk/tooltips.h>
33
#include <cstdio>
33
#include <cstdio>
34
#include <string>
34
#include <string>
35
#include <cstring>
35
#include <unistd.h>
36
#include <unistd.h>
36
#include <vdk/rawpixbuf.h>
37
#include <vdk/rawpixbuf.h>
37
38
(-)vdk-2.4.1.orig/vdk/vdkdate.cc (+1 lines)
Lines 28-33 Link Here
28
28
29
#include "vdk/vdkdate.h"
29
#include "vdk/vdkdate.h"
30
#include <string>
30
#include <string>
31
#include <cstring>
31
#include <cstdlib>
32
#include <cstdlib>
32
#include <cstdio>
33
#include <cstdio>
33
#include <time.h>
34
#include <time.h>

Return to bug 250845