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

(-)a/src/udevil.c (+3 lines)
Lines 33-38 Link Here
33
#include <netdb.h>
33
#include <netdb.h>
34
#include <arpa/inet.h>
34
#include <arpa/inet.h>
35
35
36
// major/minor, dev_t, needed for glibc>=2.25
37
#include <sys/sysmacros.h>
38
36
// groups
39
// groups
37
#include <grp.h>
40
#include <grp.h>
38
41
(-)a/src/device-info.h (+3 lines)
Lines 18-23 Link Here
18
// intltool
18
// intltool
19
#include <glib/gi18n.h>
19
#include <glib/gi18n.h>
20
20
21
// dev_t
22
#include <sys/sysmacros.h>
23
21
24
22
25
23
typedef struct device_t  {
26
typedef struct device_t  {

Return to bug 605662