Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
#include "odhcpd.h"
#include "dhcpv6.h"
#include "dhcpv4.h"
-#include "libubox/md5.h"
-#include "libubox/usock.h"
#include <time.h>
#include <errno.h>
#include <arpa/inet.h>
#include <sys/timerfd.h>
+#include <libubox/md5.h>
+#include <libubox/usock.h>
+
#define ADDR_ENTRY_VALID_IA_ADDR(iface, i, m, addrs) \
((iface)->managed == RELAYD_MANAGED_NO_AFLAG || (i) == (m) || \
(addrs)[(i)].prefix > 64)
#include <stdbool.h>
#include <syslog.h>
-#include "libubox/blobmsg.h"
+#include <libubox/blobmsg.h>
#ifndef typeof
#define typeof __typeof
(type *)( (char *)ptr - offsetof(type,member) ))
#endif
-#include "libubox/list.h"
-#include "libubox/uloop.h"
+#include <libubox/list.h>
+#include <libubox/uloop.h>
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))