]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/xattr-util.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / basic / xattr-util.h
index cf4cb12a2586d2d84a41da27e87ee4060e260c2c..1a78027aaac4640c026c43bd41ac1250daa70c21 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,7 @@
 ***/
 
 #include <stdbool.h>
+#include <stddef.h>
 #include <sys/types.h>
 
 #include "time-util.h"