aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-12-14 21:56:51 +0100
committerMatthias Andree <matthias.andree@gmx.de>2016-12-11 22:06:03 +0100
commit2169cb8535e18cedc617fd7ec5b8ab59970fcfc1 (patch)
tree34c575e688a1675cb3d437530fe76b603b588784
parent2c5e7476e4f44c5d96ebaead2adc3782f53e193d (diff)
downloadfetchmail-2169cb8535e18cedc617fd7ec5b8ab59970fcfc1.tar.gz
fetchmail-2169cb8535e18cedc617fd7ec5b8ab59970fcfc1.tar.bz2
fetchmail-2169cb8535e18cedc617fd7ec5b8ab59970fcfc1.zip
#include <strings.h> for ffs() prototype.
-rw-r--r--uid_db.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/uid_db.c b/uid_db.c
index 7336a00e..61da7322 100644
--- a/uid_db.c
+++ b/uid_db.c
@@ -12,6 +12,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h> // ffs() lives here
#include "xmalloc.h"
#include "uid_db.h"