include: missing stddef.h include for size_t

pull/25/head
osy 2021-01-02 18:34:35 -08:00 committed by Ariadne Conill
parent 73d5e101ad
commit b6e60b5d64
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef LIBUCONTEXT_LIBUCONTEXT_H
#define LIBUCONTEXT_LIBUCONTEXT_H
#include <stddef.h>
#include <libucontext/bits.h>
int libucontext_getcontext(libucontext_ucontext_t *);