summaryrefslogtreecommitdiff
path: root/support/dktools/dk3inst.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-09-20 03:03:26 +0000
committerNorbert Preining <norbert@preining.info>2020-09-20 03:03:26 +0000
commit1f457376b478257b88d4a857f5ec1b6155442dd7 (patch)
tree2a06a60551dea362cf8cb0cb0ba66c78608717c4 /support/dktools/dk3inst.h
parentac690ca29ad5bf8a5203a65fd6252f7b564f4727 (diff)
CTAN sync 202009200303
Diffstat (limited to 'support/dktools/dk3inst.h')
-rw-r--r--support/dktools/dk3inst.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/support/dktools/dk3inst.h b/support/dktools/dk3inst.h
index ef346ae7fa..413e073ed0 100644
--- a/support/dktools/dk3inst.h
+++ b/support/dktools/dk3inst.h
@@ -1,3 +1,7 @@
+/*
+Copyright 2020, Dirk Krause. All rights reserved.
+SPDX-License-Identifier: BSD-3-Clause
+*/
/** @file dk3inst.h Get installation directory names.
*/
@@ -5,6 +9,9 @@
#ifndef DK3_INST_H_INCLUDED
#define DK3_INST_H_INCLUDED 1
+#ifndef DK3CONF_H_INCLUDED
+#include "dk3conf.h"
+#endif
#ifdef __cplusplus
extern "C" {