summaryrefslogtreecommitdiff
path: root/src/sock_any.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sock_any.c')
-rw-r--r--src/sock_any.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/sock_any.c b/src/sock_any.c
index 0018318..03621ff 100644
--- a/src/sock_any.c
+++ b/src/sock_any.c
@@ -36,12 +36,15 @@
*
*/
-#include <stdlib.h>
-#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
+
+#include <ctype.h>
+#include <stdlib.h>
+#include <errno.h>
#include <netdb.h>
#include <string.h>
+#include <stdio.h>
#include "sock_any.h"