mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-09 11:10:25 +01:00
[skiplist] Missing include for ffs()
This commit is contained in:
parent
e5752865ab
commit
3d3d10a31e
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@
|
|||
|
||||
#include "cairo-skiplist-private.h"
|
||||
|
||||
#include <strings.h> /* ffs() */
|
||||
|
||||
#define ELT_DATA(elt) (void *) ((char*) (elt) - list->data_size)
|
||||
#define NEXT_TO_ELT(next) (skip_elt_t *) ((char *) (next) - offsetof (skip_elt_t, next))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue