From: Jerome Benoit Date: Sat, 3 Jan 2026 19:13:53 +0000 (+0000) Subject: upstream: non-internal support: plfit X-Git-Tag: archive/raspbian/1.0.1+ds-3+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=625217fb85052c4fe68462ae17f5aafe770af817;p=igraph.git 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 --- diff --git a/tests/benchmarks/igraph_power_law_fit.c b/tests/benchmarks/igraph_power_law_fit.c index 0d8528e..1b35d7d 100644 --- a/tests/benchmarks/igraph_power_law_fit.c +++ b/tests/benchmarks/igraph_power_law_fit.c @@ -17,7 +17,7 @@ */ #include -#include +#include #include "bench.h"