aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'smtp.c')
-rw-r--r--smtp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/smtp.c b/smtp.c
index 475b847a..f1908f81 100644
--- a/smtp.c
+++ b/smtp.c
@@ -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"