diff options
Diffstat (limited to 'src/common/conf.h')
-rw-r--r-- | src/common/conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/conf.h b/src/common/conf.h index 771725cf4..1889aeb3a 100644 --- a/src/common/conf.h +++ b/src/common/conf.h @@ -7,7 +7,7 @@ #include "common/cbasetypes.h" -#include "libconfig/libconfig.h" +#include <libconfig/libconfig.h> /** * The libconfig interface -- specially for plugins, but we enforce it throughout the core to be consistent |