From: Paul Eggert Date: Wed, 12 Apr 2006 20:13:13 +0000 (+0000) Subject: Include and if they exist. X-Git-Tag: v6.0~503 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fc455e2d5ada71948f60eefa95b069a49995d51;p=thirdparty%2Fcoreutils.git Include and if they exist. --- diff --git a/lib/fsusage.h b/lib/fsusage.h index f3eda2d092..645d107ea1 100644 --- a/lib/fsusage.h +++ b/lib/fsusage.h @@ -1,6 +1,6 @@ /* fsusage.h -- declarations for file system space usage info - Copyright (C) 1991, 1992, 1997, 2003, 2004, 2005 Free Software + Copyright (C) 1991, 1992, 1997, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify @@ -22,6 +22,12 @@ #if !defined FSUSAGE_H_ # define FSUSAGE_H_ +# if HAVE_INTTYPES_H +# include +# endif +# if HAVE_STDINT_H +# include +# endif # include struct fs_usage