summaryrefslogtreecommitdiffstats
path: root/src/fundamental/chid-fundamental.h
diff options
context:
space:
mode:
authoranonymix007 <48598263+anonymix007@users.noreply.github.com>2024-11-06 21:09:27 +0100
committeranonymix007 <48598263+anonymix007@users.noreply.github.com>2024-11-07 22:53:26 +0100
commit5d8d7d8e436170c1ceb4a04e62078e6e695eab1f (patch)
treeabf4bbddc10e0751b9b8a57087bd1894ab009211 /src/fundamental/chid-fundamental.h
parenttest: Add chid-fundamental test (diff)
downloadsystemd-5d8d7d8e436170c1ceb4a04e62078e6e695eab1f.tar.xz
systemd-5d8d7d8e436170c1ceb4a04e62078e6e695eab1f.zip
fundamental: move string includes from chid-fundamental.c to header
Diffstat (limited to '')
-rw-r--r--src/fundamental/chid-fundamental.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fundamental/chid-fundamental.h b/src/fundamental/chid-fundamental.h
index e8c5c1add2..1e582932fd 100644
--- a/src/fundamental/chid-fundamental.h
+++ b/src/fundamental/chid-fundamental.h
@@ -2,6 +2,12 @@
#pragma once
+#if SD_BOOT
+# include "efi-string.h"
+#else
+# include <uchar.h>
+#endif
+
#include "efi-fundamental.h"
#include "string-util-fundamental.h"