]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/strxcpyx.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / basic / strxcpyx.h
index ccc7e52f3757a4afb5ebbbdff6752476027cd6d0..0554454fd290531ca970f2a0f9c49523f39f51a8 100644 (file)
@@ -1,5 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
 /***
@@ -22,6 +21,8 @@
 ***/
 
 
+#include <stddef.h>
+
 #include "macro.h"
 
 size_t strpcpy(char **dest, size_t size, const char *src);