summaryrefslogtreecommitdiff
path: root/dns/dnscap/files/patch-src-dump_cds.c
blob: c54cefb95322076263f0dde923538e9575713245 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/dump_cds.c.orig	2021-02-12 16:29:40 UTC
+++ src/dump_cds.c
@@ -42,8 +42,8 @@
 #if HAVE_LIBTINYCBOR
 
 #include <stdlib.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>