]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include <inttypes.h> and <stdint.h> if they exist.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 12 Apr 2006 20:13:13 +0000 (20:13 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 12 Apr 2006 20:13:13 +0000 (20:13 +0000)
lib/fsusage.h

index f3eda2d092fa5d0c6cc4fbb98dcdfa06533baffa..645d107ea107a5203e7e3989b54eff2176c73a5b 100644 (file)
@@ -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
 #if !defined FSUSAGE_H_
 # define FSUSAGE_H_
 
+# if HAVE_INTTYPES_H
+#  include <inttypes.h>
+# endif
+# if HAVE_STDINT_H
+#  include <stdint.h>
+# endif
 # include <stdbool.h>
 
 struct fs_usage