diff options
-rw-r--r-- | src/nl.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |