From 97ac103289a3c751fc99967ac37c2555cbe00473 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 2 Sep 2002 02:47:07 +0000 Subject: Remove sys/types.h in files that include postgres.h, and hence c.h, because c.h has sys/types.h. --- src/backend/port/dynloader/openbsd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/port/dynloader/openbsd.c') diff --git a/src/backend/port/dynloader/openbsd.c b/src/backend/port/dynloader/openbsd.c index 26a4ec72c95..2202b6847b4 100644 --- a/src/backend/port/dynloader/openbsd.c +++ b/src/backend/port/dynloader/openbsd.c @@ -36,7 +36,8 @@ static char sccsid[] = "@(#)dl.c 5.4 (Berkeley) 2/23/91"; #endif /* LIBC_SCCS and not lint */ -#include +#include "postgres.h" + #include #include #include @@ -44,7 +45,6 @@ static char sccsid[] = "@(#)dl.c 5.4 (Berkeley) 2/23/91"; #include #include -#include "postgres.h" #include "dynloader.h" static char error_message[BUFSIZ]; -- cgit v1.2.3