chiark / gitweb /
trivial: rfkill: It's util.h, not utils.h
authorColin Walters <walters@verbum.org>
Sat, 19 Oct 2013 13:02:01 +0000 (09:02 -0400)
committerColin Walters <walters@verbum.org>
Sat, 19 Oct 2013 13:02:01 +0000 (09:02 -0400)
How about we actually run make locally before pushing, eh?

src/rfkill/rfkill.c

index b814e5c5fc5d287c44dcb36ff6d25fb042c48278..986605e50b183da334f70af4de42ed9b9d448f97 100644 (file)
@@ -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;