]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/mempool.c
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / basic / mempool.c
index 9ee6e6a76d622b36281208b9f4ae8fd9024a4516..0da8e1f775be72867243732e8ae27bf1d27cfff9 100644 (file)
@@ -1,5 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
 /***
   This file is part of systemd.
 
@@ -20,6 +19,9 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <stdint.h>
+#include <stdlib.h>
+
 #include "macro.h"
 #include "mempool.h"
 #include "util.h"