tllist: is now an external "library", so use <> includes

This commit is contained in:
Daniel Eklöf 2019-11-17 19:19:55 +01:00
parent dd7058d368
commit 29cccadd1d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 7 additions and 4 deletions

3
fdm.c
View file

@ -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;