diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-09-12 19:52:42 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-09-12 19:52:42 +0000 |
| commit | 613100918de03164200eb28f7db1a2b1d701a697 (patch) | |
| tree | 1428eb76a25d0973a3f463b2d51dcd9733105399 /lib/libc/stdlib/strfmon.c | |
| parent | 456068c703ef6c0b2bd5c615d259fbbe7546ab09 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/strfmon.c')
| -rw-r--r-- | lib/libc/stdlib/strfmon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdlib/strfmon.c b/lib/libc/stdlib/strfmon.c index 37200ad5f1ab..db78232a07da 100644 --- a/lib/libc/stdlib/strfmon.c +++ b/lib/libc/stdlib/strfmon.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include <errno.h> #include <limits.h> #include <locale.h> +#include <monetary.h> #include <stdarg.h> #include <stdio.h> #include <stdlib.h> |
