mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-22 01:40:17 -05:00
tllist: is now an external "library", so use <> includes
This commit is contained in:
parent
dd7058d368
commit
29cccadd1d
4 changed files with 7 additions and 4 deletions
3
server.c
3
server.c
|
|
@ -9,13 +9,14 @@
|
|||
|
||||
#include <linux/un.h>
|
||||
|
||||
#include <tllist.h>
|
||||
|
||||
#define LOG_MODULE "server"
|
||||
#define LOG_ENABLE_DBG 0
|
||||
#include "log.h"
|
||||
|
||||
#include "shm.h"
|
||||
#include "terminal.h"
|
||||
#include "tllist.h"
|
||||
#include "wayland.h"
|
||||
|
||||
struct client;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue