summaryrefslogtreecommitdiff
path: root/dns/dnscap/files/patch-src-dump_cbor.c
blob: cea1f818664010e12624061ee4952d1234b11440 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/dump_cbor.c.orig	2021-02-12 16:29:40 UTC
+++ src/dump_cbor.c
@@ -60,8 +60,8 @@
 #if HAVE_LIBTINYCBOR
 
 #include <ldns/ldns.h>
-#if HAVE_CBOR_CBOR_H
-#include <cbor/cbor.h>
+#if HAVE_TINYCBOR_CBOR_H
+#include <tinycbor/cbor.h>
 #endif
 #if HAVE_CBOR_H
 #include <cbor.h>