From 53f7f27693dc5b3ac606a1ca3a7225467e15e162 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 22 Jun 2019 17:26:07 +0200 Subject: FreeBSD cleanups to header shuffling. --- uid_db.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'uid_db.c') diff --git a/uid_db.c b/uid_db.c index fdc35b73..ef36efbe 100644 --- a/uid_db.c +++ b/uid_db.c @@ -8,9 +8,7 @@ 6.3.17 release, including the OpenSSL exemption. */ -/* Have Solaris expose ffs() from strings.h: */ -#define __EXTENSIONS__ -#define _XOPEN_SOURCE 700 +#include "fetchmail.h" /* includes */ #include @@ -18,9 +16,10 @@ #include #include /* ffs() lives here - needs #define on Solaris. */ -#include "xmalloc.h" #include "uid_db.h" +#include "xmalloc.h" + /* constants */ enum { MIN_RECORDS = 16 /* arbitrary */ -- cgit v1.2.3