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

This commit is contained in:
Lennart Poettering 2013-11-07 00:53:19 +01:00
parent d1529c9ea0
commit 8bdbb8d9cb

View file

@ -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"