]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/string-table.c
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / basic / string-table.c
index a860324fc9883da658fa3f3ceacd5e6e0fdf7d5b..d4b7c69bdc59ed144e8f267ff737d8f182bc1228 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,7 @@
 ***/
 
 #include "string-table.h"
+#include "string-util.h"
 
 ssize_t string_table_lookup(const char * const *table, size_t len, const char *key) {
         size_t i;