aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strerror.c')
-rw-r--r--lib/libc/string/strerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strerror.c b/lib/libc/string/strerror.c
index 30894aab4aca..38a484f724d0 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>