The `__unused` macro is not defined, but it is used in the stubs.cc
file. Add the `uk/essentials.h` header, since it includes the proper
definition.
Signed-off-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #7
#include <errno.h>
+#include <uk/essentials.h>
#include <click/config.h>
#include <click/error.hh>
#include <click/string.hh>