We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd6491 commit ab5dfdaCopy full SHA for ab5dfda
src/libsystemd/sd-bus/bus-bloom.h
@@ -22,6 +22,7 @@
22
***/
23
24
#include <stdbool.h>
25
+#include <stddef.h>
26
#include <stdint.h>
27
28
/*
src/libsystemd/sd-netlink/netlink-types.h
@@ -21,6 +21,8 @@
21
along with systemd; If not, see <http://www.gnu.org/licenses/>.
+#include "macro.h"
+
enum {
NETLINK_TYPE_UNSPEC,
NETLINK_TYPE_U8, /* NLA_U8 */
0 commit comments