tree-wide: add missing includes

Add a few includes that we rely on to be include already.
This commit is contained in:
Thomas Hindoe Paaboel Andersen 2015-11-16 20:13:09 +01:00
parent 5cd6491b71
commit ab5dfda78f
2 changed files with 3 additions and 0 deletions

View file

@ -22,6 +22,7 @@
***/
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
/*

View 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 */