From: Eduard Mihailescu Date: Tue, 20 Jun 2023 10:20:23 +0000 (+0300) Subject: Modify `atomic.h` import line to accomodate plat re-arch X-Git-Tag: RELEASE-0.16.0~2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bfe3e33cf221a8cd62347e3ac94f33030d63084c;p=unikraft%2Flibs%2Flwip.git Modify `atomic.h` import line to accomodate plat re-arch Signed-off-by: Eduard-Florin Mihailescu Reviewed-by: Michalis Pappas Approved-by: Razvan Deaconescu GitHub-Closes: #36 --- diff --git a/uknetdev.c b/uknetdev.c index a75ff11..9cf2fdf 100644 --- a/uknetdev.c +++ b/uknetdev.c @@ -50,7 +50,7 @@ #include "lwip/ethip6.h" #include "netif/etharp.h" #include "netif/ethernet.h" -#include +#include #include