mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -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
shm.c
3
shm.c
|
|
@ -9,11 +9,12 @@
|
|||
|
||||
#include <pixman.h>
|
||||
|
||||
#include <tllist.h>
|
||||
|
||||
#define LOG_MODULE "shm"
|
||||
#define LOG_ENABLE_DBG 0
|
||||
#include "log.h"
|
||||
#include "stride.h"
|
||||
#include "tllist.h"
|
||||
|
||||
static tll(struct buffer) buffers;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue