summaryrefslogtreecommitdiff
path: root/lib/fsusage.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-04-12 20:13:13 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-04-12 20:13:13 +0000
commit2fc455e2d5ada71948f60eefa95b069a49995d51 (patch)
tree4e9e5e35fffdf1f31d3f8fa081ba68bfe037ba58 /lib/fsusage.h
parent368bc9465690465fa1bcd344cfc6be7abb434167 (diff)
downloadcoreutils-2fc455e2d5ada71948f60eefa95b069a49995d51.tar.xz
Include <inttypes.h> and <stdint.h> if they exist.
Diffstat (limited to 'lib/fsusage.h')
-rw-r--r--lib/fsusage.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/fsusage.h b/lib/fsusage.h
index f3eda2d09..645d107ea 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 <inttypes.h>
+# endif
+# if HAVE_STDINT_H
+# include <stdint.h>
+# endif
# include <stdbool.h>
struct fs_usage