treewide: switch to libubox ARRAY_SIZE immplementation
[oweals/odhcpd.git] / src / dhcpv6.c
index e4edf3125413b365a9db3e5b07b1c8ccbc2b137b..59bc4220fb3074d27eaae7d065e21c44aaaca0f6 100644 (file)
@@ -1,5 +1,6 @@
 /**
  * Copyright (C) 2012-2013 Steven Barth <steven@midlink.org>
+ * Copyright (C) 2018 Hans Dedecker <dedeckeh@gmail.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License v2 as published by
@@ -20,6 +21,8 @@
 #include <sys/timerfd.h>
 #include <arpa/inet.h>
 
+#include <libubox/utils.h>
+
 #include "odhcpd.h"
 #include "dhcpv6.h"