diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-04-08 09:46:48 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-04-08 09:46:48 +0200 |
commit | f048a5037cb19c0b754ad1e920b0be537e5a06ab (patch) | |
tree | bddc965b46671af594f7534e4e001b46cb506c93 /logind.c | |
parent | 016295b702512c205b738f33e0a5cb0eae5dd92a (diff) | |
download | drminfo-f048a5037cb19c0b754ad1e920b0be537e5a06ab.tar.gz |
drop udev depencency
Diffstat (limited to 'logind.c')
-rw-r--r-- | logind.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ #include <termios.h> #include <sys/stat.h> +#include <sys/types.h> +#include <sys/sysmacros.h> #include "config.h" #ifdef HAVE_SYSTEMD |