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

Collapse All | Expand All

(-)a/src/shared/label.c (-1 / +5 lines)
Lines 23-28 Link Here
23
#include <sys/socket.h>
23
#include <sys/socket.h>
24
#include <sys/un.h>
24
#include <sys/un.h>
25
25
26
#ifdef HAVE_SELINUX
27
#include <selinux/selinux.h>
28
#include <selinux/label.h>
29
#endif
30
26
#include "label.h"
31
#include "label.h"
27
#include "util.h"
32
#include "util.h"
28
#include "path-util.h"
33
#include "path-util.h"
29
- 

Return to bug 520684