projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1529c9
)
machinectl: we need glibc's socket.h, not our own
author
Lennart Poettering
<lennart@poettering.net>
Wed, 6 Nov 2013 23:53:19 +0000
(
00:53
+0100)
committer
Lennart Poettering
<lennart@poettering.net>
Wed, 6 Nov 2013 23:53:19 +0000
(
00:53
+0100)
src/machine/machinectl.c
patch
|
blob
|
history
diff --git
a/src/machine/machinectl.c
b/src/machine/machinectl.c
index
c48abcd
..
6234f6a
100644
(file)
--- a/
src/machine/machinectl.c
+++ b/
src/machine/machinectl.c
@@
-19,13
+19,13
@@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
+#include <sys/socket.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <getopt.h>
#include <pwd.h>
#include <locale.h>
-#include <socket.h>
#include <fcntl.h>
#include "sd-bus.h"