chiark / gitweb /
machinectl: we need glibc's socket.h, not our own
authorLennart Poettering <lennart@poettering.net>
Wed, 6 Nov 2013 23:53:19 +0000 (00:53 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 6 Nov 2013 23:53:19 +0000 (00:53 +0100)
src/machine/machinectl.c

index c48abcd0bb7aa51f41ffe5c57d1dec6b1021910b..6234f6add238a5e04c591cab6325c08264867cb7 100644 (file)
   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"