chiark / gitweb /
nspawn: support ephemeral boots from images
[elogind.git] / src / basic / mkdir-label.c
index 9c277c6976fb8f881732d5d1729c1d4db063e66a..a3bced2939e894d55b148f976b6df8c9848e7c26 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 /***
   This file is part of systemd.
 
@@ -21,6 +19,7 @@
 ***/
 
 #include <stdio.h>
+#include <sys/types.h>
 #include <unistd.h>
 
 #include "label.h"