From ef7ab06044c155e4728e5e30e3262de2bb40cb29 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 24 Sep 2021 18:06:14 +0200 Subject: Fix re-compilation of library itself after boostrap. Add support for supplying libctor lib and include paths. --- ctor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctor.cc') diff --git a/ctor.cc b/ctor.cc index a7c52bf..2e5c763 100644 --- a/ctor.cc +++ b/ctor.cc @@ -1,7 +1,7 @@ // -*- c++ -*- // Distributed under the BSD 2-Clause License. // See accompanying file LICENSE for details. -#include "libctor.h" +#include namespace { -- cgit v1.2.3