]> 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 d5d98d88294d365ec0410fd755996c318d144429..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.
 
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include "mempool.h"
+#include <stdint.h>
+#include <stdlib.h>
+
 #include "macro.h"
+#include "mempool.h"
 #include "util.h"
 
 struct pool {