From: Jerome Benoit Date: Sat, 9 Apr 2022 13:45:34 +0000 (+0100) Subject: upstream: non-internal support: plfit X-Git-Tag: archive/raspbian/0.9.8+ds-1+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=36bd6d8a2bc9c5231466add3eeb65785f7d74a53;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 4e2b699..7e5b7d0 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"