chiark / gitweb /
emacs: make sure nobody accidently adds tabs to our sources
[elogind.git] / src / socket.c
index 5132f8e7002abf34395bfeca0468293e793bc13b..3a371917c51ddaf3eb369c16c3fc138f09bbc731 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.
@@ -40,6 +40,7 @@
 #include "missing.h"
 #include "special.h"
 #include "bus-errors.h"
+#include "label.h"
 
 static const UnitActiveState state_translation_table[_SOCKET_STATE_MAX] = {
         [SOCKET_DEAD] = UNIT_INACTIVE,