summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/tilde.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/tilde.h')
-rw-r--r--Build/source/texk/kpathsea/tilde.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/tilde.h b/Build/source/texk/kpathsea/tilde.h
index 8f55c1df858..e570791482b 100644
--- a/Build/source/texk/kpathsea/tilde.h
+++ b/Build/source/texk/kpathsea/tilde.h
@@ -18,11 +18,11 @@
#ifndef KPATHSEA_TILDE_H
#define KPATHSEA_TILDE_H
+#ifdef MAKE_KPSE_DLL /* libkpathsea internal only */
+
#include <kpathsea/c-proto.h>
#include <kpathsea/types.h>
-#ifdef MAKE_KPSE_DLL /* libkpathsea internal only */
-
/* Replace a leading ~ or ~NAME in FILENAME with getenv ("HOME"), or
getenv ("USERPROFILE") on Windows, or with NAME's home directory,
respectively. Excise trailing slashes. FILENAME may not be null. */