Skip to content

Commit

Permalink
Change include from "cmake_config.h" to "config.h"
Browse files Browse the repository at this point in the history
Fixes #6894
  • Loading branch information
Wayward1 authored and sfan5 committed Jan 21, 2018
1 parent 49ff1d2 commit 684e704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/cpp_api/s_base.h
Expand Up @@ -35,7 +35,7 @@ extern "C" {
#include "common/c_types.h"
#include "common/c_internal.h"
#include "debug.h"
#include "cmake_config.h"
#include "config.h"

#define SCRIPTAPI_LOCK_DEBUG
#define SCRIPTAPI_DEBUG
Expand Down

0 comments on commit 684e704

Please sign in to comment.