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

(-)a/src/helpers/SdDaemon.cpp (+2 lines)
Lines 2-8 Link Here
2
2
3
#include <memory>
3
#include <memory>
4
4
5
#include <errno.h>
5
#include <fcntl.h>
6
#include <fcntl.h>
7
#include <string.h>
6
#include <unistd.h>
8
#include <unistd.h>
7
#include <sys/socket.h>
9
#include <sys/socket.h>
8
#include <sys/un.h>
10
#include <sys/un.h>

Return to bug 931954