From: Colin Walters Date: Sat, 19 Oct 2013 13:02:01 +0000 (-0400) Subject: trivial: rfkill: It's util.h, not utils.h X-Git-Tag: v209~1823 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=e6a5e5be830032641fa2b99be64913aca72e965a;ds=sidebyside trivial: rfkill: It's util.h, not utils.h How about we actually run make locally before pushing, eh? --- diff --git a/src/rfkill/rfkill.c b/src/rfkill/rfkill.c index b814e5c5f..986605e50 100644 --- a/src/rfkill/rfkill.c +++ b/src/rfkill/rfkill.c @@ -24,7 +24,7 @@ #include "fileio.h" #include "libudev.h" #include "udev-util.h" -#include "utils.h" +#include "util.h" int main(int argc, char *argv[]) { _cleanup_udev_unref_ struct udev *udev = NULL;