From 813f0452edb4e6ac8bd07b1e8ea5b60ec46874e8 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Thu, 11 Apr 2002 20:35:39 -0700 Subject: [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@ --- openbsd-compat/fake-socket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsd-compat/fake-socket.h') 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 @@ -/* $Id: fake-socket.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ +/* $Id: fake-socket.h,v 1.3 2002/04/12 03:35:40 tim Exp $ */ #ifndef _FAKE_SOCKET_H #define _FAKE_SOCKET_H -#include "config.h" +#include "includes.h" #include "sys/types.h" #ifndef HAVE_STRUCT_SOCKADDR_STORAGE -- cgit v1.2.3