diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/showmsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/showmsg.c b/src/common/showmsg.c index dce0a8dbb..3beb55b72 100644 --- a/src/common/showmsg.c +++ b/src/common/showmsg.c @@ -12,7 +12,7 @@ #include <time.h> #include <stdlib.h> // atexit -#include <libconfig.h> +#include "libconfig.h" #ifdef WIN32 #define WIN32_LEAN_AND_MEAN |