]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/device-nodes.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / basic / device-nodes.h
index 7db81f3d52e4e1110c5274fec8bdc196c9671ee1..1e09bdc830d3e3487ab7a164a9aea310896163c3 100644 (file)
@@ -1,5 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
 /***
@@ -21,6 +20,7 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <stddef.h>
 #include <sys/types.h>
 
 int encode_devnode_name(const char *str, char *str_enc, size_t len);