aboutsummaryrefslogtreecommitdiff
path: root/include/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/client.h')
-rw-r--r--include/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/client.h b/include/client.h
index 7d4a247..e0d9016 100644
--- a/include/client.h
+++ b/include/client.h
@@ -7,11 +7,11 @@
#include "connection.h"
#include "linked_list.h"
-#include "list.h"
struct server;
struct client {
+ struct linked_list link; // seat::clients
struct server *server;
struct event_source_fd *event_source;
struct connection connection;