diff options
Diffstat (limited to 'src/listen.h')
-rw-r--r-- | src/listen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/listen.h b/src/listen.h index 7c9bed9bd..dd5e32d8c 100644 --- a/src/listen.h +++ b/src/listen.h @@ -19,6 +19,8 @@ #ifndef LISTEN_H #define LISTEN_H +#include "../config.h" + extern int listenSocket; int establish(unsigned short port); |