mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
13 lines
279 B
C
13 lines
279 B
C
--- 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>
|