mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-29 06:46:35 -04:00
Fixed headers for FreeBSD
This commit is contained in:
parent
6bac1bd257
commit
6d17515646
7 changed files with 28 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
#include "terminal.h"
|
||||
|
||||
#if __linux__
|
||||
#include <malloc.h>
|
||||
#elif __FreeBSD__
|
||||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <assert.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue