diff options
Diffstat (limited to 'src/strings/ffs.c')
-rw-r--r-- | src/strings/ffs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strings/ffs.c b/src/strings/ffs.c index a55d980..7de35a4 100644 --- a/src/strings/ffs.c +++ b/src/strings/ffs.c @@ -18,6 +18,7 @@ #include <strings.h> + /** * Find the first set bit in an integer. * |