tree-wide: add missing includes
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Mon, 16 Nov 2015 19:13:09 +0000 (20:13 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Mon, 16 Nov 2015 21:08:33 +0000 (22:08 +0100)
Add a few includes that we rely on to be include already.

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

index a9350d7..3889204 100644 (file)
@@ -22,6 +22,7 @@
 ***/
 
 #include <stdbool.h>
+#include <stddef.h>
 #include <stdint.h>
 
 /*
index bf7c641..9e636a0 100644 (file)
@@ -21,6 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include "macro.h"
+
 enum {
         NETLINK_TYPE_UNSPEC,
         NETLINK_TYPE_U8,                        /* NLA_U8 */