blob: 3513f68755971fbc0ff8e6ad10e542c8bd31136f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/manage.c 2023-01-13 03:21:14.000000000 -0500
+++ src/manage.c 2023-04-02 01:55:55.631208000 -0500
@@ -76,6 +76,7 @@
#include <sys/file.h>
#include <sys/stat.h>
#include <sys/types.h>
+#include <sys/socket.h>
#include <sys/wait.h>
#include <time.h>
#include <unistd.h>
|