X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogin%2Flogind-device.c;h=ffb9162e56c435f7a7add489d410b9e96c94a555;hb=d3ec6a978b077ed6ba154fe802703445ba51b64e;hp=76c5a5c88f0a630fda94658f5c09a209a333f836;hpb=9588bc32096fc8342bfd8b989689717186d7d86e;p=elogind.git diff --git a/src/login/logind-device.c b/src/login/logind-device.c index 76c5a5c88..ffb9162e5 100644 --- a/src/login/logind-device.c +++ b/src/login/logind-device.c @@ -19,11 +19,11 @@ along with systemd; If not, see . ***/ -#include #include -#include "util.h" +#include "alloc-util.h" #include "logind-device.h" +#include "util.h" Device* device_new(Manager *m, const char *sysfs, bool master) { Device *d;