blob: 3d0412f3bc88764a68dae52aa4d86c9aa2ed1305 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-ai,v 1.2 2000/08/05 07:31:21 jlam Exp $
--- apchttp.c.orig Mon Apr 26 14:16:43 1999
+++ apchttp.c Sat Aug 5 02:52:41 2000
@@ -70,7 +70,6 @@
#include <ctype.h>
#include <errno.h>
-#include <netinet/in.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
@@ -80,6 +79,7 @@
#include <sys/types.h>
#include <time.h>
#include <unistd.h>
+#include <netinet/in.h>
#include <apc_config.h>
#include <apc_i18n.h>
|