This commit is contained in:
2026-05-03 17:17:13 +02:00
parent 69b0ee6d68
commit 30253aa5b5
3 changed files with 9 additions and 8 deletions
-3
View File
@@ -1,12 +1,9 @@
#include "ipc.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <pthread.h>
#include <sys/socket.h>
#include <sys/un.h>
static int make_server_socket(const char *path)