diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-03 23:09:39 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-03 23:09:39 +0200 |
commit | a42c2a846d854d5b1ad42e27ee7091c72d2b5080 (patch) | |
tree | 2278f8fca96c02a0c7f97a40fb85f9e8a4b2deeb /src/fmtqfn.c | |
parent | e6e9663d40f7aab9e1982dddcaa11386551ad182 (diff) |
convert to the meson build system
Diffstat (limited to 'src/fmtqfn.c')
-rw-r--r-- | src/fmtqfn.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/fmtqfn.c b/src/fmtqfn.c index 8cb8644..df060e8 100644 --- a/src/fmtqfn.c +++ b/src/fmtqfn.c @@ -2,7 +2,11 @@ #include "fmt.h" -#include "auto_split.h" +#ifdef USE_CONFIG + #include "fehsqm-config.h" +#else + #include "auto_split.h" +#endif unsigned int fmtqfn(char *s, char *dirslash, unsigned long id, int flagsplit) { |