summaryrefslogtreecommitdiff
path: root/openbsd-compat/fake-socket.h
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-04-11 20:35:39 -0700
committerTim Rice <tim@multitalents.net>2002-04-11 20:35:39 -0700
commit813f0452edb4e6ac8bd07b1e8ea5b60ec46874e8 (patch)
tree3d6e832d042cd8c1033a53181449a9e18ed69911 /openbsd-compat/fake-socket.h
parent0c283d8444cace9aad1793b9ebdbceb4726c6d9a (diff)
[acconfig.h defines.h includes.h] put includes in includes.h and
defines in defines.h [rijndael.c openbsd-compat/fake-socket.h openbsd-compat/inet_aton.c] include "includes.h" instead of "config.h" ok stevesk@
Diffstat (limited to 'openbsd-compat/fake-socket.h')
-rw-r--r--openbsd-compat/fake-socket.h4
1 files changed, 2 insertions, 2 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