blob: 96b13cbc1761748683ae2c1e7ea39dd2c0c468d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aa,v 1.1.1.1 2000/12/17 09:46:00 hubertf Exp $
--- config_unix.h.orig Sat Dec 16 07:55:38 2000
+++ config_unix.h
@@ -41,8 +41,6 @@
#ifndef _CONFIG_UNIX_H
#define _CONFIG_UNIX_H
-#include "uclconf.h"
-
#include <limits.h>
#include <sys/types.h>
#include <sys/time.h>
@@ -71,6 +69,8 @@
#include <sys/ioctl.h>
#include <netdb.h>
#include <arpa/inet.h>
+
+#include "uclconf.h"
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
|