diff options
Diffstat (limited to 'src/common/conf.c')
-rw-r--r-- | src/common/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/conf.c b/src/common/conf.c index eed39d409..a5bfec159 100644 --- a/src/common/conf.c +++ b/src/common/conf.c @@ -2,7 +2,7 @@ // For more information, see LICENCE in the main folder #include "conf.h" -#include <libconfig.h> +#include "libconfig.h" #include "../common/showmsg.h" // ShowError |