Altre correzioni degli include per le nuove posizioni delle
[gapil.git] / sources / TCP_daytime.c
index 0c5857e7b8ac0f84be166d935eefb48309e932aa..e1fe9d6acb9418e4e01d23c4dfcc00171eb58530 100644 (file)
@@ -36,6 +36,8 @@
 #include <arpa/inet.h>   /* IP addresses conversion utilities */
 #include <sys/socket.h>  /* socket constants, types and functions */
 #include <stdio.h>      /* standard I/O library */
+#include <string.h>     /* C strings library */
+#include <stdlib.h>     /* C standard library */
 
 #define MAXLINE 80
 /* Program begin */