Skip to content

Commit

Permalink
fix(imports): missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
con-cis committed Aug 20, 2024
1 parent 40181fb commit dedae87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions suricata-notify.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#include <time.h>
#include <sys/time.h>
#include <unistd.h>
#include <sys/stat.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/wait.h>

Expand Down

0 comments on commit dedae87

Please sign in to comment.