diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-04-10 23:15:59 +0200 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-04-11 00:34:02 +0200 |
commit | 288a74cce597f81d3ba01d8a5ca7d2ba5b654b7e (patch) | |
tree | 66f8131648bd8ba51e7039f7b7be712e1a5f494e /src/login/logind-seat.c | |
parent | 3df3e884ae1237ef0d4d23b0e80f4ffda95ac135 (diff) |
shared: add terminal-util.[ch]
Diffstat (limited to 'src/login/logind-seat.c')
-rw-r--r-- | src/login/logind-seat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/logind-seat.c b/src/login/logind-seat.c index 4c0bebd18c..11d24ce5b4 100644 --- a/src/login/logind-seat.c +++ b/src/login/logind-seat.c @@ -30,6 +30,7 @@ #include "util.h" #include "mkdir.h" #include "formats-util.h" +#include "terminal-util.h" Seat *seat_new(Manager *m, const char *id) { Seat *s; |