[systemd-commits] src/machine

Lennart Poettering lennart at kemper.freedesktop.org
Thu Nov 7 00:53:26 CET 2013


 src/machine/machinectl.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8bdbb8d9cbe1d35708385573d70984ab4533812d
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Nov 7 00:53:19 2013 +0100

    machinectl: we need glibc's socket.h, not our own

diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c
index c48abcd..6234f6a 100644
--- 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"



More information about the systemd-commits mailing list