forgotten headers

This commit is contained in:
Wolfgang Hottgenroth 2021-02-10 11:13:36 +01:00
parent 25302f8019
commit be20d335ed
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -1,6 +1,9 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.h>
#include <errno.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <libconfig.h> #include <libconfig.h>