From: Ulrich Drepper Date: Mon, 2 Mar 1998 13:41:20 +0000 (+0000) Subject: Include for __fsid_t. X-Git-Tag: cvs/before-sparc-2_0_x-branch~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d916e8b37d390c3931acb34101e6872ed17110bf;p=thirdparty%2Fglibc.git Include for __fsid_t. --- diff --git a/sysdeps/unix/sysv/linux/statfsbuf.h b/sysdeps/unix/sysv/linux/statfsbuf.h index 1d1bbdae0da..3d70eee8f15 100644 --- a/sysdeps/unix/sysv/linux/statfsbuf.h +++ b/sysdeps/unix/sysv/linux/statfsbuf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -19,6 +19,8 @@ #ifndef _STATFSBUF_H #define _STATFSBUF_H +#include /* for __fsid_t */ + struct statfs { int f_type;