aboutsummaryrefslogtreecommitdiffstats
path: root/uid_db.h
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2019-06-22 17:26:07 +0200
committerMatthias Andree <matthias.andree@gmx.de>2019-08-05 13:08:43 +0200
commit53f7f27693dc5b3ac606a1ca3a7225467e15e162 (patch)
tree8238000425697e90886e21fb92694954266d824a /uid_db.h
parentfea8e876fcb668abd2f0f56f285327846fabdbde (diff)
downloadfetchmail-53f7f27693dc5b3ac606a1ca3a7225467e15e162.tar.gz
fetchmail-53f7f27693dc5b3ac606a1ca3a7225467e15e162.tar.bz2
fetchmail-53f7f27693dc5b3ac606a1ca3a7225467e15e162.zip
FreeBSD cleanups to header shuffling.
Diffstat (limited to 'uid_db.h')
-rw-r--r--uid_db.h4
1 files changed, 4 insertions, 0 deletions
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 <stddef.h>