summaryrefslogtreecommitdiff
path: root/net/bld/files/patch-ac
blob: 65667ad83db2bdeda45a76a6ab8ff4aa465056ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Fix build on 4.x reorganizing #include headers
#

--- client.c.orig	Wed May 31 14:23:30 2006
+++ client.c	Wed May 31 14:23:45 2006
@@ -24,11 +24,12 @@
  * SUCH DAMAGE.
  *
  */
+#include <stdio.h>
+#include <unistd.h>
 #include <ctype.h>
 #include <sys/select.h>
 #include <sys/time.h>
 #include <sys/types.h>
-#include <unistd.h>
 #include <string.h>
 #include <errno.h>
 #include "options.h"