From 0c49138fb5d016c8d5af2dd79f5079222ea6d89f Mon Sep 17 00:00:00 2001 From: mid-kid Date: Tue, 13 Dec 2022 16:21:30 +0100 Subject: [PATCH] Patch: Allow building with external crc32c Ported from gentoo: https://github.com/gentoo/gentoo/blob/795a0a5/media-libs/tg_owt/files/tg_owt-0_pre20220507-unbundle-crc32c.patch --- src/net/dcsctp/packet/crc32c.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/net/dcsctp/packet/crc32c.cc b/src/net/dcsctp/packet/crc32c.cc index e3f0dc1d..f41b70ea 100644 --- a/src/net/dcsctp/packet/crc32c.cc +++ b/src/net/dcsctp/packet/crc32c.cc @@ -10,8 +10,7 @@ #include "net/dcsctp/packet/crc32c.h" #include - -#include "third_party/crc32c/src/include/crc32c/crc32c.h" +#include namespace dcsctp {