aboutsummaryrefslogtreecommitdiff
path: root/src/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h
index 344fbc5..ba90843 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -1,6 +1,8 @@
#ifndef SOCKET_H
#define SOCKET_H
+#include "config.h"
+
#include <stdlib.h>
int SocketConnect(const char *host, short port);