mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-02-14 23:50:27 +01:00
Include stddef.h for size_t
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
27e7823029
commit
f0abe8f19a
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
struct brei_message {
|
||||
const char *data;
|
||||
size_t len;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue