summaryrefslogtreecommitdiff
path: root/openbsd-compat
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/fake-socket.h4
-rw-r--r--openbsd-compat/inet_aton.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/openbsd-compat/fake-socket.h b/openbsd-compat/fake-socket.h
index bfc9d1523..f364797fa 100644
--- a/openbsd-compat/fake-socket.h
+++ b/openbsd-compat/fake-socket.h
@@ -1,9 +1,9 @@
1/* $Id: fake-socket.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ 1/* $Id: fake-socket.h,v 1.3 2002/04/12 03:35:40 tim Exp $ */
2 2
3#ifndef _FAKE_SOCKET_H 3#ifndef _FAKE_SOCKET_H
4#define _FAKE_SOCKET_H 4#define _FAKE_SOCKET_H
5 5
6#include "config.h" 6#include "includes.h"
7#include "sys/types.h" 7#include "sys/types.h"
8 8
9#ifndef HAVE_STRUCT_SOCKADDR_STORAGE 9#ifndef HAVE_STRUCT_SOCKADDR_STORAGE
diff --git a/openbsd-compat/inet_aton.c b/openbsd-compat/inet_aton.c
index 18e31e7f6..1fc001da6 100644
--- a/openbsd-compat/inet_aton.c
+++ b/openbsd-compat/inet_aton.c
@@ -55,7 +55,7 @@
55 * --Copyright-- 55 * --Copyright--
56 */ 56 */
57 57
58#include "config.h" 58#include "includes.h"
59 59
60#if !defined(HAVE_INET_ATON) 60#if !defined(HAVE_INET_ATON)
61 61