]> xenbits.xensource.com Git - unikraft/libs/click.git/commit
stubs.cc: Include uk/essentials.h
authorStefan Jumarea <stefanjumarea02@gmail.com>
Fri, 8 Sep 2023 12:48:03 +0000 (15:48 +0300)
committerUnikraft <monkey@unikraft.io>
Sat, 9 Sep 2023 12:15:03 +0000 (12:15 +0000)
commitacc2d1904fce321f3d2fbb9e2aee070ce3452512
treeefd39d8d17b569a5bbed250f965023c166593d24
parent8453ca840b14d73945a3d7fb22a7822bbb544ab0
stubs.cc: Include uk/essentials.h

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
stubs.cc