chiark / gitweb /
units: start logger only after syslog is up
[elogind.git] / src / socket-util.c
index 2af85639657916fe903d998101575ff1d0c740e8..151757c52bdd6d84d945a52552c8d69041c60bd1 100644 (file)
@@ -1,4 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8 -*-*/
+/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
 /***
   This file is part of systemd.
@@ -34,6 +34,7 @@
 #include "util.h"
 #include "socket-util.h"
 #include "missing.h"
+#include "label.h"
 
 int socket_address_parse(SocketAddress *a, const char *s) {
         int r;