]> git.wh0rd.org - dump.git/blobdiff - compat/lib/bylabel.c
From Uwe Gohlke:
[dump.git] / compat / lib / bylabel.c
index 7f710ed7655e7196cef4a528cb5c92a242dc48e9..96fe9181d94c80541ef74da01745cad2b5937031 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <config.h>
 #include <compatlfs.h>
+#include <sys/types.h>
 #include <stdio.h>
 #include <sys/param.h>
 #include <string.h>
@@ -20,6 +21,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <malloc.h>
+#include <sys/cdefs.h>
 #include "bylabel.h"
 
 #define PROC_PARTITIONS "/proc/partitions"