mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
Add missing includes
This commit is contained in:
parent
e9fbb371df
commit
b5780e735e
3 changed files with 3 additions and 0 deletions
1
search.c
1
search.c
|
|
@ -1,5 +1,6 @@
|
|||
#include "search.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
#include <wctype.h>
|
||||
|
||||
|
|
|
|||
1
server.c
1
server.c
|
|
@ -1,5 +1,6 @@
|
|||
#include "server.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#include "wayland.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue