diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2001-02-10 19:57:26 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2001-02-10 19:57:26 +0000 |
| commit | 7d2cc62ba3b17b8c069d2ea013cab7ec53a802db (patch) | |
| tree | 16756ab67f9391ee218bebba1bc6a1974a5a1399 /lib/libc | |
| parent | c11f93b3e78216768d2d33af0d9b1f5d8400f5bf (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/ldpart.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/locale/ldpart.c b/lib/libc/locale/ldpart.c index 7675a0c50f18..533b2534eb5b 100644 --- a/lib/libc/locale/ldpart.c +++ b/lib/libc/locale/ldpart.c @@ -26,10 +26,12 @@ * $FreeBSD$ */ +#include "namespace.h" #include <sys/types.h> #include <sys/stat.h> #include <sys/syslimits.h> #include <fcntl.h> +#include "un-namespace.h" #include <stdlib.h> #include <string.h> #include "setlocale.h" |
