summaryrefslogtreecommitdiff
path: root/mail/imapproxy/patches/patch-ab
blob: ea456f96bc67b14f77cfe339c16745988281efd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ab,v 1.1 2006/01/08 16:00:41 joerg Exp $

--- network.c.orig	2006-01-08 15:48:57.000000000 +0000
+++ network.c
@@ -19,10 +19,10 @@
  */
 
 
+#include <sys/types.h>
 #include <stdio.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
-#include <sys/types.h>
 #include <string.h>
 #include <netdb.h>
 #include <unistd.h>