fundamental/string-util-fundamental: include appropriate headers

We were using CMP() without pulling the definition in directly.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2022-05-17 14:17:03 +02:00
parent c3e4cbe0c5
commit e77a55c599

View File

@@ -1,10 +1,10 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#ifndef SD_BOOT
#include <ctype.h>
#include "macro.h"
# include <ctype.h>
#endif
#include "macro-fundamental.h"
#include "string-util-fundamental.h"
sd_char *startswith(const sd_char *s, const sd_char *prefix) {