aboutsummaryrefslogtreecommitdiffstats
path: root/uid_db.h
diff options
context:
space:
mode:
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>