chiark / gitweb /
nspawn: make -U a tiny bit smarter
[elogind.git] / src / basic / path-util.h
index feb959d42971e93bd4af6982c273b031c35aad41..99035aae9578583fb84de04811020c9b57ecd410 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 "macro.h"
 #include "time-util.h"