]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Include <gnu/types.h> for __fsid_t.
authorUlrich Drepper <drepper@redhat.com>
Mon, 2 Mar 1998 13:41:20 +0000 (13:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 2 Mar 1998 13:41:20 +0000 (13:41 +0000)
sysdeps/unix/sysv/linux/statfsbuf.h

index 1d1bbdae0daeeca835c6d07e1f998c0de4c6e112..3d70eee8f15bf3babff0afb76ece61e98a88e67b 100644 (file)
@@ -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 <gnu/types.h>  /* for __fsid_t */
+
 struct statfs
   {
     int f_type;