mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 22:50:29 +00:00
fundamental/string-util-fundamental: include appropriate headers
We were using CMP() without pulling the definition in directly.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user