* lib/ssfmalloc.h: Include <strings.h>, for ffs().
* tests/test-ssfmalloc.c: Include <string.h>, for memset().
+2021-01-04 Bruno Haible <bruno@clisp.org>
+
+ ssfmalloc: Fix includes.
+ * lib/ssfmalloc.h: Include <strings.h>, for ffs().
+ * tests/test-ssfmalloc.c: Include <string.h>, for memset().
+
2021-01-03 Bruno Haible <bruno@clisp.org>
quotearg tests: Avoid test failures on Solaris 11.3.
*/
#include <stdlib.h>
-#include <string.h>
+#include <string.h> /* ffsll */
+#include <strings.h> /* ffs */
#include "flexmember.h"
#include "glthread/lock.h"
#include "thread-optim.h"
/* ================================= Tests ================================= */
#include <limits.h>
+#include <string.h>
#include "macros.h"