mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-24 02:51:43 +01:00
Include missing stddef.h
This commit is contained in:
parent
d699e4bc0e
commit
20bf55ffa5
@ -28,6 +28,7 @@
|
||||
#define LIBBSD_STRING_H
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
|
||||
size_t strlcpy(char *dst, const char *src, size_t siz);
|
||||
|
Loading…
x
Reference in New Issue
Block a user