diff --git a/src/server_functions.hpp b/src/server_functions.hpp index 15dbc7b..f0473e0 100644 --- a/src/server_functions.hpp +++ b/src/server_functions.hpp @@ -7,8 +7,8 @@ You should have received a copy of the GNU General Public License along with thi #include #include -#ifndef SERVER_FUNCTIONS_H - #define SERVER_FUNCTIONS_H +#ifndef SERVER_FUNCTIONS_HPP + #define SERVER_FUNCTIONS_HPP typedef std::vector music_list; typedef std::filesystem::path fspath; void shuffleMusic(music_list& files);