aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index a599ae2..7a6153e 100644
--- a/src/main.h
+++ b/src/main.h
@@ -5,6 +5,8 @@
* License: MIT
*/
+#pragma once
+
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
@@ -18,6 +20,8 @@
#include <signal.h>
#include <arpa/inet.h>
+#include "misc.h"
+
#define _DEF_MAX_BACKLOG 20
#define _DEF_PORT 23
#define _DEF_IP 0