Skip to content

Commit ab5dfda

Browse files
committed
tree-wide: add missing includes
Add a few includes that we rely on to be include already.
1 parent 5cd6491 commit ab5dfda

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/libsystemd/sd-bus/bus-bloom.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
***/
2323

2424
#include <stdbool.h>
25+
#include <stddef.h>
2526
#include <stdint.h>
2627

2728
/*

src/libsystemd/sd-netlink/netlink-types.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
along with systemd; If not, see <http://www.gnu.org/licenses/>.
2222
***/
2323

24+
#include "macro.h"
25+
2426
enum {
2527
NETLINK_TYPE_UNSPEC,
2628
NETLINK_TYPE_U8, /* NLA_U8 */

0 commit comments

Comments
 (0)