Commit 1d86b70eab359c364eab8220dbf3eac067917bd6
1 parent
5f329e62
Tweak include of config for ctest
Showing
2 changed files
with
4 additions
and
1 deletions
qpdf/build.mk
qpdf/qpdf-ctest.c
| ... | ... | @@ -4,7 +4,8 @@ |
| 4 | 4 | #include <stdlib.h> |
| 5 | 5 | #include <string.h> |
| 6 | 6 | #include <errno.h> |
| 7 | -#include "../libqpdf/qpdf/qpdf-config.h" // for LL_FMT | |
| 7 | + | |
| 8 | +#include <qpdf/qpdf-config.h> // for LL_FMT -- special case in build | |
| 8 | 9 | |
| 9 | 10 | static char* whoami = 0; |
| 10 | 11 | static qpdf_data qpdf = 0; | ... | ... |