aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf/qpdf-ctest.c
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-03-01 19:56:24 +0100
committerJay Berkenbilt <ejb@ql.org>2022-03-01 20:01:34 +0100
commit1d86b70eab359c364eab8220dbf3eac067917bd6 (patch)
treea1d500653a10de9ed37e63879237119ab91eb5fb /qpdf/qpdf-ctest.c
parent5f329e6206a60a95b58cb9a28591c0cacdde4cd1 (diff)
downloadqpdf-1d86b70eab359c364eab8220dbf3eac067917bd6.tar.zst
Tweak include of config for ctest
Diffstat (limited to 'qpdf/qpdf-ctest.c')
-rw-r--r--qpdf/qpdf-ctest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpdf/qpdf-ctest.c b/qpdf/qpdf-ctest.c
index 36a50f11..dff7c8c4 100644
--- a/qpdf/qpdf-ctest.c
+++ b/qpdf/qpdf-ctest.c
@@ -4,7 +4,8 @@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
-#include "../libqpdf/qpdf/qpdf-config.h" // for LL_FMT
+
+#include <qpdf/qpdf-config.h> // for LL_FMT -- special case in build
static char* whoami = 0;
static qpdf_data qpdf = 0;