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

(-)a/src/libudev/libudev.h (+1 lines)
Lines 23-28 Link Here
23
#include <stdarg.h>
23
#include <stdarg.h>
24
#include <sys/types.h>
24
#include <sys/types.h>
25
#include <sys/stat.h>
25
#include <sys/stat.h>
26
#include <sys/sysmacros.h>
26
27
27
#ifdef __cplusplus
28
#ifdef __cplusplus
28
extern "C" {
29
extern "C" {
(-)a/src/udev/udev.h (+1 lines)
Lines 20-25 Link Here
20
20
21
#include <sys/types.h>
21
#include <sys/types.h>
22
#include <sys/param.h>
22
#include <sys/param.h>
23
#include <sys/sysmacros.h>
23
#include <signal.h>
24
#include <signal.h>
24
25
25
#include "macro.h"
26
#include "macro.h"

Return to bug 580140