Restructured includes

This commit is contained in:
2020-12-13 14:12:03 +01:00
parent cc53b43c8a
commit a5919807a3
3 changed files with 15 additions and 15 deletions

View File

@ -8,6 +8,15 @@
#ifndef NECRONDA_SERVER_NECRONDA_SERVER_H
#define NECRONDA_SERVER_NECRONDA_SERVER_H
#include <stdio.h>
#include <sys/socket.h>
#include <signal.h>
#include <unistd.h>
#include <sys/select.h>
#include <string.h>
#include <errno.h>
#include <arpa/inet.h>
#include <wait.h>
#include <sys/types.h>
#include <stdio.h>
#include <openssl/err.h>