diff options
| author | Federico Angelilli <code@fedang.net> | 2025-04-14 20:02:53 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2025-04-14 22:12:58 +0200 |
| commit | efdf4a4883937c8a2fad278fbd4ffc207ef981dc (patch) | |
| tree | 061e90f703ebd2b447e9b12d39c5868a972ceb4a /src/config.h | |
| parent | dc9e9c06421eb9156baf425ac14ec8f50cb8b5ae (diff) | |
Update logging
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index c6e5433..bb8bf83 100644 --- a/src/config.h +++ b/src/config.h @@ -5,7 +5,7 @@ #include <stdint.h> #include "util.h" -#include "any_log.h" +#include "log.h" typedef struct block block_t; |
