diff options
Diffstat (limited to 'smtp.c')
-rw-r--r-- | smtp.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -9,9 +9,8 @@ * For license terms, see the file COPYING in this directory. */ -#include <stdio.h> #include <config.h> -#include <sys/types.h> +#include <stdio.h> #include <unistd.h> #include <string.h> #include "socket.h" |