mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Add some missing includes/declarations
This commit is contained in:
parent
c5f4df6c96
commit
3dc646ea88
9 changed files with 17 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#define UTIL_SHM_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
||||
int create_shm_file(void);
|
||||
int allocate_shm_file(size_t size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue