summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-06 20:42:23 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-06 20:42:23 +0000
commit0978efca18269d4326a35f351928fb9fefabfed7 (patch)
treeaa9644df8053f81b575fd1221d4f22705aec3279 /hurd
parent876fad0792da0a8dae29c113998176a5e494d35f (diff)
Import <sys/statfs.h>.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/hurd_types.defs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs
index f19ab1f0..45767893 100644
--- a/hurd/hurd_types.defs
+++ b/hurd/hurd_types.defs
@@ -218,6 +218,7 @@ type utsname_t = struct[5 * _UTSNAME_LENGTH] of char;
import <sys/types.h>;
import <sys/stat.h>;
+import <sys/statfs.h>;
import <sys/resource.h>;
import <sys/utsname.h>;
import <hurd/hurd_types.h>;