Browse Source

Fix stub dinit.h for unit tests

Davin McCall 1 year ago
parent
commit
aee60fdf81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/tests/test-includes/dinit.h

+ 1 - 1
src/tests/test-includes/dinit.h

@@ -231,7 +231,7 @@ inline void setup_external_log() noexcept
 {
 }
 
-inline void read_env_file(const char *env_file_path)
+inline void read_env_file(const char *env_file_path, bool do_log)
 {
 }