diff options
Diffstat (limited to 'src/user/app/netstack/tcp.c')
-rw-r--r-- | src/user/app/netstack/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/app/netstack/tcp.c b/src/user/app/netstack/tcp.c index 490ad5b..d1adeab 100644 --- a/src/user/app/netstack/tcp.c +++ b/src/user/app/netstack/tcp.c @@ -5,7 +5,7 @@ #include "proto.h" #include "util.h" #include <assert.h> -#include <shared/container/ring.h> +#include <shared/ring.h> enum { SrcPort = 0, |