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.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'uid_db.h') diff --git a/uid_db.h b/uid_db.h index f76f740f..b24dea03 100644 --- a/uid_db.h +++ b/uid_db.h @@ -10,6 +10,10 @@ #ifndef fetchmail_uid_db_h #define fetchmail_uid_db_h +/* If ffs() is missing on, for instance, Solaris, make sure that config.h or fetchmail.h + * contains #define __EXTENSIONS__ - autoconf should set it in config.h. */ +#include "config.h" + /* includes */ #include -- cgit v1.2.3