diff options
-rw-r--r-- | scramble~.c | 1 | ||||
-rw-r--r-- | streamin13~.c | 1 | ||||
-rw-r--r-- | streamout13~.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/scramble~.c b/scramble~.c index a741494..082fb75 100644 --- a/scramble~.c +++ b/scramble~.c @@ -2,6 +2,7 @@ #include "ext13.h" #include <sys/types.h> #include <string.h> +#include <math.h> #ifndef _WIN32 #include <netinet/in.h>
#include <netdb.h>
diff --git a/streamin13~.c b/streamin13~.c index 3eaac24..42656b4 100644 --- a/streamin13~.c +++ b/streamin13~.c @@ -14,6 +14,7 @@ #include <netdb.h> #include <sys/time.h> #include <unistd.h> +#include <stdlib.h> #define SOCKET_ERROR -1 #endif diff --git a/streamout13~.c b/streamout13~.c index 915cc61..b2762f0 100644 --- a/streamout13~.c +++ b/streamout13~.c @@ -10,6 +10,7 @@ #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> +#include <unistd.h> #define SOCKET_ERROR -1 #endif |