Commit f955a0fc authored by Robert Schmidt's avatar Robert Schmidt

Declare uniqCfg in minimal_stub.c: required in log.c

parent da5ce90d
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
int T_stdout; int T_stdout;
#endif #endif
struct configmodule_interface_s;
struct configmodule_interface_s *uniqCfg = NULL;
void exit_function(const char *file, const char *function, const int line, const char *s, const int assert) void exit_function(const char *file, const char *function, const int line, const char *s, const int assert)
{ {
if (assert) { if (assert) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment