--- lbbs/src/test_file_loader.c 2025/11/04 13:49:51 1.10 +++ lbbs/src/test_file_loader.c 2025/11/11 00:28:05 1.13 @@ -3,9 +3,13 @@ * test_file_loader * - tester for shared memory based file loader * - * Copyright (C) 2004-2025 by Leaflet + * Copyright (C) 2004-2025 Leaflet */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "file_loader.h" #include "log.h" #include "trie_dict.h" @@ -14,7 +18,7 @@ #include #include -#define TRIE_DICT_SHM_FILE "~trie_dict_shm.dat" +static const char TRIE_DICT_SHM_FILE[] = "~trie_dict_shm.dat"; const char *files[] = { "../data/welcome.txt",