]> granicus.if.org Git - apache/commitdiff
Generally, the cart comes before the horse, this mirrors apr_lib.h
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 19 Aug 2016 16:34:14 +0000 (16:34 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 19 Aug 2016 16:34:14 +0000 (16:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756937 13f79535-47bb-0310-9956-ffa450edef68

server/gen_test_char.c

index 7138a784e58a2e3caf093a38e6a070567b761b13..7c90b68429d7af52ff1ccc5e38cda663e6247a2e 100644 (file)
@@ -16,6 +16,7 @@
 
 #ifdef CROSS_COMPILE
 
+#include <ctype.h>
 #define apr_isalnum(c) (isalnum(((unsigned char)(c))))
 #define apr_isalpha(c) (isalpha(((unsigned char)(c))))
 #define apr_iscntrl(c) (iscntrl(((unsigned char)(c))))
@@ -25,7 +26,6 @@
 #else
 #define apr_isascii(c) (((c) & ~0x7f)==0)
 #endif
-#include <ctype.h>
 #define APR_HAVE_STDIO_H 1
 #define APR_HAVE_STRING_H 1