Fix missing header for systemd notification

This commit is contained in:
90 2024-04-05 19:36:06 +01:00 committed by Darren Tucker
parent 08f579231c
commit 88351eca17
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <unistd.h>
#include "log.h"
#include "xmalloc.h"