mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 22:50:29 +00:00
basic: make macro-fundamental.h self-contained
When !SD_BOOT, it used size_t without including the appropriate header.
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef SD_BOOT
|
||||
#include <assert.h>
|
||||
# include <assert.h>
|
||||
# include <stddef.h>
|
||||
#endif
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
Reference in New Issue
Block a user