diff options
author | Kenny Levinsen <kl@kl.wtf> | 2020-08-03 02:12:47 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2020-08-03 02:16:21 +0200 |
commit | 9b7a12d90aa914db859044d0fd96369d7b9340c9 (patch) | |
tree | db6ea054dc1470106f7d43e59d8cfaef5d089706 /meson.build | |
parent | 4afe674e54a1df7a86d3094d664cc2d1928f3662 (diff) |
seat: Convert device list to linked list
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index cba412d..8e5759c 100644 --- a/meson.build +++ b/meson.build @@ -78,6 +78,7 @@ private_deps = [] server_files = [ 'common/log.c', + 'common/linked_list.c', 'common/list.c', 'common/terminal.c', 'common/connection.c', |