diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-04-24 05:19:57 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-05-04 02:23:18 +0200 |
| commit | 8401fde7b1d10dc4c1ce9117c1eda7a21067778b (patch) | |
| tree | efde273443fd4591df3b4e1a270f61185f9f09e0 /ui/daemon/ui.c | |
| parent | 397286c87dc9aa3cba458973bdc65b3f3be14657 (diff) | |
Removes old data server and cleans up python code
Diffstat (limited to 'ui/daemon/ui.c')
| -rw-r--r-- | ui/daemon/ui.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/daemon/ui.c b/ui/daemon/ui.c index 0e4ea15..e62c80a 100644 --- a/ui/daemon/ui.c +++ b/ui/daemon/ui.c @@ -1,3 +1,5 @@ +#include <signal.h> + #include "logger.c" volatile bool g_running; |
