Skip to content

Commit 684e704

Browse files
Wayward1sfan5
authored andcommittedJan 21, 2018
Change include from "cmake_config.h" to "config.h"
Fixes #6894
1 parent 49ff1d2 commit 684e704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/script/cpp_api/s_base.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extern "C" {
3535
#include "common/c_types.h"
3636
#include "common/c_internal.h"
3737
#include "debug.h"
38-
#include "cmake_config.h"
38+
#include "config.h"
3939

4040
#define SCRIPTAPI_LOCK_DEBUG
4141
#define SCRIPTAPI_DEBUG

0 commit comments

Comments
 (0)
Please sign in to comment.