Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126572 | Differences between
and this patch

Collapse All | Expand All

(-)downman-0.0.5-orig/daemon/debug.c (+1 lines)
Lines 5-10 Link Here
5
#include <sys/types.h>
5
#include <sys/types.h>
6
#include <sys/stat.h>
6
#include <sys/stat.h>
7
#include <fcntl.h>
7
#include <fcntl.h>
8
#include <string.h>
8
9
9
#include <glib.h>
10
#include <glib.h>
10
11
(-)downman-0.0.5-orig/daemon/transfer.c (+1 lines)
Lines 3-8 Link Here
3
#include <glib.h>
3
#include <glib.h>
4
#include <libgnomevfs/gnome-vfs-ops.h>
4
#include <libgnomevfs/gnome-vfs-ops.h>
5
#include <libgnomevfs/gnome-vfs-uri.h>
5
#include <libgnomevfs/gnome-vfs-uri.h>
6
#include <string.h>
6
7
7
#include <utillib.h>
8
#include <utillib.h>
8
9

Return to bug 126572