summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nl.c b/src/nl.c
index 5712e4a89..55a3a077a 100644
--- a/src/nl.c
+++ b/src/nl.c
@@ -24,16 +24,16 @@
#include <sys/types.h>
#include <getopt.h>
+#if HAVE_LIMITS_H
+# include <limits.h>
+#endif
+
#if WITH_REGEX
# include <regex.h>
#else
# include <rx.h>
#endif
-#if HAVE_LIMITS_H
-# include <limits.h>
-#endif
-
#ifndef UINT_MAX
# define UINT_MAX ((unsigned int) ~(unsigned int) 0)
#endif