machinectl: use GNU basename, not the XPG version

This commit is contained in:
Cristian Rodríguez 2015-01-11 14:50:15 -03:00 committed by Zbigniew Jędrzejewski-Szmek
parent f0c4b1c3fd
commit d538bfc713

View file

@ -32,7 +32,7 @@
#include <net/if.h>
#include <sys/mount.h>
#include <libgen.h>
#undef basename
#include "sd-bus.h"
#include "log.h"
#include "util.h"