mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-13 04:27:47 -05:00
render: add missing include, limits.h
This commit is contained in:
parent
33f3818520
commit
297cb370aa
1 changed files with 2 additions and 1 deletions
3
render.c
3
render.c
|
|
@ -1,8 +1,9 @@
|
|||
#include "render.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/time.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue