mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-09 05:33:58 -04: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
fdm.c
3
fdm.c
|
|
@ -7,10 +7,11 @@
|
|||
#include <assert.h>
|
||||
#include <sys/epoll.h>
|
||||
|
||||
#include <tllist.h>
|
||||
|
||||
#define LOG_MODULE "fdm"
|
||||
#define LOG_ENABLE_DBG 0
|
||||
#include "log.h"
|
||||
#include "tllist.h"
|
||||
|
||||
struct handler {
|
||||
int fd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue