diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-12-14 21:56:51 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2016-12-11 22:06:03 +0100 |
commit | 2169cb8535e18cedc617fd7ec5b8ab59970fcfc1 (patch) | |
tree | 34c575e688a1675cb3d437530fe76b603b588784 | |
parent | 2c5e7476e4f44c5d96ebaead2adc3782f53e193d (diff) | |
download | fetchmail-2169cb8535e18cedc617fd7ec5b8ab59970fcfc1.tar.gz fetchmail-2169cb8535e18cedc617fd7ec5b8ab59970fcfc1.tar.bz2 fetchmail-2169cb8535e18cedc617fd7ec5b8ab59970fcfc1.zip |
#include <strings.h> for ffs() prototype.
-rw-r--r-- | uid_db.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |