summaryrefslogtreecommitdiff
path: root/libfshelp
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-07-27 12:32:17 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-07-27 12:32:17 +0200
commit3834e9e19d0cf6ff5dfbaec9500308e4b79da23b (patch)
tree58d33da6a0ed0d96dec9a5dc0df950867116a1ac /libfshelp
parent0d1e89c38f0d99f5bab0c5a52e21d1efd87fbd76 (diff)
Fix missing gnu_dev_* prototypes
* isofs/rr.c: Include <sys/sysmacros.h>. * libdiskfs/file-set-trans.c: Likewise. * libfshelp/fetch-root.c: Likewise. * libnetfs/file-get-translator.c: Likewise. * libnetfs/file-set-translator.c: Likewise. * nfs/nfs.c: Likewise. * nfs/ops.c: Likewise. * storeio/storeio.c: Likewise. * trans/fakeroot.c: Likewise.
Diffstat (limited to 'libfshelp')
-rw-r--r--libfshelp/fetch-root.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libfshelp/fetch-root.c b/libfshelp/fetch-root.c
index 082308da..c1001bc3 100644
--- a/libfshelp/fetch-root.c
+++ b/libfshelp/fetch-root.c
@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <sys/sysmacros.h>
#include "fshelp.h"