This fixes the following compiler warning.
disk-utils/swaplabel.c:175:2: warning: implicit declaration of function
'get_swap_prober' [-Wimplicit-function-declaration]
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Karel Zak <kzak@redhat.com>
#include "closestream.h"
#include "all-io.h"
#include "swapheader.h"
+#include "swapon-common.h"
#include "strutils.h"
#include "nls.h"
include/rpmatch.h \
include/setproctitle.h \
include/strutils.h \
+ include/swapon-common.h \
include/swapheader.h \
include/sysfs.h \
include/timer.h \