diff --git a/sys/share/cppregex.cpp b/sys/share/cppregex.cpp index 4fdd59b61..840d7f939 100644 --- a/sys/share/cppregex.cpp +++ b/sys/share/cppregex.cpp @@ -10,7 +10,7 @@ extern "C" { #include - const char regex_id[] = "cppregex"; + char regex_id[] = "cppregex"; struct nhregex { std::unique_ptr re;