diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2001-04-10 03:55:19 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2001-04-10 03:55:19 +0000 |
| commit | 278d1a20e81d770d182c0e9e821bf566c66e14fc (patch) | |
| tree | d237a94456bf270bb62828eefedb40eb5a62c625 /lib/libc | |
| parent | cb868ac594a2275e0b96c28179942bf02bd9ee4a (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/ldpart.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/locale/ldpart.c b/lib/libc/locale/ldpart.c index 1ebbd17f3d39..a55a8b7f381b 100644 --- a/lib/libc/locale/ldpart.c +++ b/lib/libc/locale/ldpart.c @@ -31,9 +31,10 @@ #include <sys/stat.h> #include <sys/syslimits.h> #include <fcntl.h> -#include "un-namespace.h" #include <stdlib.h> #include <string.h> +#include <unistd.h> +#include "un-namespace.h" #include "setlocale.h" #include "ldpart.h" |
