diff options
| author | David Chisnall <theraven@FreeBSD.org> | 2012-03-28 12:11:54 +0000 |
|---|---|---|
| committer | David Chisnall <theraven@FreeBSD.org> | 2012-03-28 12:11:54 +0000 |
| commit | 3ac9d659890471a1936268bfec06e74caf9025df (patch) | |
| tree | 017678a192a23335e68a28fe397622367d1cc587 /include/inttypes.h | |
| parent | 86e4703fa6904240616f9ab1d313c10e3ec80afa (diff) | |
Notes
Diffstat (limited to 'include/inttypes.h')
| -rw-r--r-- | include/inttypes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/inttypes.h b/include/inttypes.h index 9aad660eb28de..f702d2c3ca3af 100644 --- a/include/inttypes.h +++ b/include/inttypes.h @@ -45,6 +45,9 @@ typedef struct { } imaxdiv_t; __BEGIN_DECLS +#ifdef _XLOCALE_H_ +#include <xlocale/_inttypes.h> +#endif intmax_t imaxabs(intmax_t) __pure2; imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2; |
