mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-30 06:46:45 -04:00
Fixed headers for FreeBSD
This commit is contained in:
parent
6bac1bd257
commit
6d17515646
7 changed files with 28 additions and 0 deletions
2
shm.c
2
shm.c
|
|
@ -10,8 +10,10 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/time.h>
|
||||
#if __linux__
|
||||
#include <linux/mman.h>
|
||||
#include <linux/memfd.h>
|
||||
#endif
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <pixman.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue