Commit 284a0ede authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/minor-t-compilation-fixes' into integration_2025_w03 (!3201)

T tracer: minor fixes for compilation

only fixing some hacks tools, no functional change in main programs, no
need to test anything.
parents 356aec9a c77874d6
......@@ -4,7 +4,7 @@
#include "utils.h"
#include "event.h"
#include "database.h"
#include "config.h"
#include "configuration.h"
#include "../T_defs.h"
void usage(void) {
......
......@@ -4,7 +4,7 @@
#include "utils.h"
#include "event.h"
#include "database.h"
#include "config.h"
#include "configuration.h"
#include "../T_defs.h"
void usage(void)
......
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