summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2005-02-27 21:17:22 +0000
committerphantom <phantom@FreeBSD.org>2005-02-27 21:17:22 +0000
commit0420842c6be27c3f95a17b39789770a054f2b992 (patch)
tree2455b3abd93d3f53671fd58fd997c4ce3c8f03f8 /lib
parent64e311f3f8f507d89a544219fd0928f3b824c2ea (diff)
downloadFreeBSD-src-0420842c6be27c3f95a17b39789770a054f2b992.zip
FreeBSD-src-0420842c6be27c3f95a17b39789770a054f2b992.tar.gz
Unbreak !NLS case
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/string/strerror.c2
-rw-r--r--lib/libc/string/strsignal.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strerror.c b/lib/libc/string/strerror.c
index 30894aa..38a484f 100644
--- a/lib/libc/string/strerror.c
+++ b/lib/libc/string/strerror.c
@@ -38,10 +38,10 @@ static char sccsid[] = "@(#)strerror.c 8.1 (Berkeley) 6/4/93";
__FBSDID("$FreeBSD$");
#if defined(NLS)
-#include <limits.h>
#include <nl_types.h>
#endif
+#include <limits.h>
#include <errno.h>
#include <string.h>
#include <stdio.h>
diff --git a/lib/libc/string/strsignal.c b/lib/libc/string/strsignal.c
index ed8a6e6..82e2804 100644
--- a/lib/libc/string/strsignal.c
+++ b/lib/libc/string/strsignal.c
@@ -38,10 +38,10 @@ static char sccsid[] = "@(#)strerror.c 8.1 (Berkeley) 6/4/93";
__FBSDID("$FreeBSD$");
#if defined(NLS)
-#include <limits.h>
#include <nl_types.h>
#endif
+#include <limits.h>
#include <errno.h>
#include <string.h>
#include <signal.h>
OpenPOWER on IntegriCloud