IWYU can't insert these inside the correct condition itself so we
add these manually in a separate commit.
*/
#if SD_BOOT
+# include "efi-string.h"
# include "util.h"
#else
# include <byteswap.h>
#pragma once
#if SD_BOOT
-# include "efi-string.h"
+# include "efi.h"
#else
# include <uchar.h>
#endif
modified for use with systemd
*/
+#if SD_BOOT
+# include "efi-string.h"
+#else
+# include <string.h>
+#endif
+
#include "memory-util-fundamental.h"
#include "sha1-fundamental.h"
License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */
+#if SD_BOOT
+# include "efi-string.h"
+#else
+# include <string.h>
+#endif
+
#include "assert-fundamental.h"
#include "macro-fundamental.h"
#include "memory-util-fundamental.h"