diff options
Diffstat (limited to '')
-rw-r--r-- | src/serversocket.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/serversocket.h b/src/serversocket.h index 8267cea..1742786 100644 --- a/src/serversocket.h +++ b/src/serversocket.h | |||
@@ -10,10 +10,13 @@ | |||
10 | 10 | ||
11 | #include <stdint.h> | 11 | #include <stdint.h> |
12 | #include "bu/fstring.h" | 12 | #include "bu/fstring.h" |
13 | #include "bu/exceptionbase.h" | ||
13 | #include <sys/select.h> | 14 | #include <sys/select.h> |
14 | 15 | ||
15 | namespace Bu | 16 | namespace Bu |
16 | { | 17 | { |
18 | subExceptionDecl( ServerSocketException ); | ||
19 | |||
17 | /** | 20 | /** |
18 | * A single tcp/ip server socket. When created the server socket will bind | 21 | * A single tcp/ip server socket. When created the server socket will bind |
19 | * to the specified interface and port, and immediately begin listening for | 22 | * to the specified interface and port, and immediately begin listening for |