From f52b70543a2e9c2a42beb58a103ceea2561b6906 Mon Sep 17 00:00:00 2001 From: Jerome Benoit Date: Fri, 8 Sep 2023 20:55:48 +0100 Subject: [PATCH] upstream: non-internal support: plfit Origin: debian Forwarded: https://github.com/igraph/igraph/pull/1921 Last-Update: 2022-03-16 This patch specify the folder of the `plfit` headers. It is meant to be submitted to the upstream maintainer. Gbp-Pq: Name upstream-external-plfit.patch --- tests/benchmarks/igraph_power_law_fit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/benchmarks/igraph_power_law_fit.c b/tests/benchmarks/igraph_power_law_fit.c index 8cb9eb9..d824c86 100644 --- a/tests/benchmarks/igraph_power_law_fit.c +++ b/tests/benchmarks/igraph_power_law_fit.c @@ -1,5 +1,5 @@ #include -#include +#include #include "bench.h" -- 2.30.2