]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib/swapprober: add missing header file
authorKarel Zak <kzak@redhat.com>
Mon, 22 Sep 2014 12:26:54 +0000 (14:26 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 22 Sep 2014 12:26:54 +0000 (14:26 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
lib/swapprober.c

index deb754b8a5448e2cc40b4d47dcbd1f5d5b143369..39697c55086b88ea676d96278546e6ccfce3e673 100644 (file)
@@ -2,6 +2,7 @@
 #include "c.h"
 #include "nls.h"
 
+#include "swapheader.h"
 #include "swapprober.h"
 
 blkid_probe get_swap_prober(const char *devname)