chiark / gitweb /
core,systemctl: add bus API to retrieve processes of a unit
[elogind.git] / src / basic / string-util.h
index 7ed649ae6cd4a88c2ac5d8295f675a4a3b441481..ad0c813761ed9dc81dd9aa254b54421719cc0b20 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 #pragma once
 
 /***
@@ -21,7 +19,9 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <alloca.h>
 #include <stdbool.h>
+#include <stddef.h>
 #include <string.h>
 
 #include "macro.h"