diff options
author | 2021-03-02 17:50:41 +0000 | |
---|---|---|
committer | 2021-03-02 17:50:41 +0000 | |
commit | dc6fd240183532a9d568e55bd7298fb625beefce (patch) | |
tree | 6f025693fcca9a346fea0f82d07a6ef677c4d772 | |
parent | document ENOTSUP wxallowed/wxneeded behaviour more clearly; ok kurt (diff) | |
download | wireguard-openbsd-dc6fd240183532a9d568e55bd7298fb625beefce.tar.xz wireguard-openbsd-dc6fd240183532a9d568e55bd7298fb625beefce.zip |
include of netinet/in.h here is incorrect, because net/route.h will pull
excessive types into scope.
ok claudio
-rw-r--r-- | sys/net/art.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/art.h b/sys/net/art.h index e2f1659df96..a3509206f85 100644 --- a/sys/net/art.h +++ b/sys/net/art.h @@ -1,4 +1,4 @@ -/* $OpenBSD: art.h,v 1.20 2020/11/12 15:25:28 mpi Exp $ */ +/* $OpenBSD: art.h,v 1.21 2021/03/02 17:50:41 deraadt Exp $ */ /* * Copyright (c) 2015 Martin Pieuchot @@ -21,7 +21,6 @@ #include <sys/rwlock.h> #include <sys/srp.h> -#include <netinet/in.h> #define ART_MAXLVL 32 /* We currently use 32 levels for IPv6. */ |