summaryrefslogtreecommitdiff
path: root/ctor.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2021-09-24 18:06:14 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2021-09-24 21:47:42 +0200
commitef7ab06044c155e4728e5e30e3262de2bb40cb29 (patch)
tree3277f3c95f36565c960c968c1bd9ec8e4d63c9e2 /ctor.cc
parentecfc610acff6a9359ae5e7f0b225c5b26b189591 (diff)
Fix re-compilation of library itself after boostrap. Add support for supplying libctor lib and include paths.
Diffstat (limited to 'ctor.cc')
-rw-r--r--ctor.cc2
1 files changed, 1 insertions, 1 deletions
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 <libctor.h>
namespace
{