summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--src/utils/encoding.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b0d2801..a7ff1d4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -81,4 +81,4 @@ target_link_libraries(test
bridge
utils)
-CONFIGURE_FILE(config.h.cmake config.h @ONLY)
+CONFIGURE_FILE(config.h.cmake src/config.h @ONLY)
diff --git a/src/utils/encoding.cpp b/src/utils/encoding.cpp
index 2d95132..634964b 100644
--- a/src/utils/encoding.cpp
+++ b/src/utils/encoding.cpp
@@ -7,7 +7,7 @@
#include <string.h>
#include <iconv.h>
-#include "config.h"
+#include <config.h>
/**
* The UTF-8-encoded character used as a place holder when a character conversion fails.